php-src/tests/basic/bug51709_1.phpt

17 lines
286 B
Plaintext
Raw Normal View History

2010-05-12 21:34:32 +00:00
--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