summaryrefslogtreecommitdiff
path: root/Zend/tests/access_modifiers_002.phpt
blob: cc5df306f1007fd9f6924d11fb47549bed970218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
using multiple access modifiers (attributes)
--FILE--
<?php

class test {
	static public public static final public final $var;
}

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Multiple access type modifiers are not allowed in %s on line %d