ru_php/Zend/tests/property_hooks/interface_not_public.phpt

13 lines
240 B
PHP

--TEST--
Cannot use non-public property hook in interface (whole property)
--FILE--
<?php
interface I {
protected $prop { get; set; }
}
?>
--EXPECTF--
Fatal error: Property in interface cannot be protected or private in %s on line %d