summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_010.phpt
blob: b283d2ce6509662f365848341bed44d7cff6c714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
errmsg: multiple access type modifiers are not allowed (methods)
--FILE--
<?php

class test {
	private protected function foo() {}
}

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