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

class test {
    public private $var;
}

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