summaryrefslogtreecommitdiff
path: root/Zend/tests/access_modifiers_003.phpt
blob: 296aac07bb04dc57a300604551e3761d1d43389f (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--
Fatal error: Multiple final modifiers are not allowed in %s on line %d