| Current Path : /hdd/hdd12/install/php/php-7.4.32/tests/classes/ |
| Current File : //hdd/hdd12/install/php/php-7.4.32/tests/classes/interface_member.phpt |
--TEST--
ZE2 An interface cannot have properties
--FILE--
<?php
interface if_a {
public $member;
}
?>
--EXPECTF--
Fatal error: Interfaces may not include member variables in %s on line %d