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