summaryrefslogtreecommitdiff
path: root/tests/classes/interface_member.phpt
blob: 3b50b30ffe0a241fee5a4e261c4d4737574d5b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
--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