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

final final class test {
	function foo() {}
}

echo "Done\n";
?>
--EXPECTF--	
Parse error: %s error,%sexpecting %s in %s on line %d