summaryrefslogtreecommitdiff
path: root/tests/classes/interface_member.phpt
blob: 04fff625f3aa4cc853d127ae38c4b242a1501ae6 (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 properties in %s on line %d