Skip to content

Commit d91aad5

Browse files
committed
Fix bug #69430
Don't throw from token_get_all() unless TOKEN_PARSE is used. Errors are reported as T_ERROR tokens.
1 parent 8abc302 commit d91aad5

File tree

7 files changed

+415
-371
lines changed

7 files changed

+415
-371
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
- Standard:
1313
. Fixed bug #70018 (exec does not strip all whitespace). (Laruence)
1414

15+
- Tokenizer:
16+
. Fixed bug #69430 (token_get_all has new irrecoverable errors). (Nikita)
17+
1518
09 Jul 2015, PHP 7.0.0 Beta 1
1619

1720
- Core:

0 commit comments

Comments
 (0)