ru_php/Zend/tests/property_hooks/gh15419_1.phpt

13 lines
234 B
PHP

--TEST--
GH-15419: Readonly classes may not declare properties with hooks
--FILE--
<?php
readonly class C {
public int $prop { set => $value; }
}
?>
--EXPECTF--
Fatal error: Hooked properties cannot be readonly in %s on line %d