ru_php/tests/classes/interface_member.phpt

12 lines
195 B
PHP

--TEST--
ZE2 An interface cannot have properties
--FILE--
<?php
interface if_a {
public $member;
}
?>
--EXPECTF--
Fatal error: Interfaces may only include hooked properties in %s on line %d