Send a blank email to [email protected] to get a copy of this message
Pierre, your changes today caused 2 new test failures:
Bug #51709 (Can't use keywords as method names)
[tests/basic/bug51709_1.phpt]
Bug #51709 (Can't use keywords as method names)
[tests/basic/bug51709_2.phpt]
The diffs:
001+ Parse error: syntax error, unexpected 'for' (T_FOR), expecting
identifier (T_STRING) in
/home/rasmus/php-src/branches/PHP_5_4/tests/basic/bug51709_1.php on
line 4
001- Parse error: %s error, %s(T_STRING)%s in %sbug51709_1.php on line %d
001+ Parse error: syntax error, unexpected 'goto' (T_GOTO), expecting
identifier (T_STRING) in
/home/rasmus/php-src/branches/PHP_5_4/tests/basic/bug51709_2.php
on line 4
001- Parse error: %s error, %s(T_STRING)%s in %sbug51709_2.php on line %d
-Rasmus