summaryrefslogtreecommitdiff
path: root/tests/basic/bug51709_1.phpt
blob: 3f2d544e54d5c77bf8a9d6f9d1fb847733bc6db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Bug #51709 (Can't use keywords as method names)
--FILE--
<?php

class foo {
        static function for() {
                echo "1";
        }
}

?>
===DONE===
<?php exit(0); ?>
--EXPECTF--
Parse error: syntax error, unexpected %s, expecting %s in %sbug51709_1.php on line %d