ru_php/Zend/tests/property_hooks/interface_final_hook.phpt

11 lines
204 B
Plaintext
Raw Permalink Normal View History

--TEST--
Cannot declare final hook in interface
--FILE--
<?php
interface I {
public $prop { final get; }
}
?>
--EXPECTF--
Fatal error: Property hook cannot be both abstract and final in %s on line %d