summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_010.phpt
blob: f93cd58be8b8efd77991434b481aa12418feb68b (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