PHP 7.0/7.4: handle removed & re-introduced tokenizer constant(s) by jrfnl · Pull Request #882 · PHPCompatibility/PHPCompatibility
Navigation Menu
{{ message }}
PHPCompatibility / PHPCompatibility Public
- Notifications You must be signed in to change notification settings
- Fork 204
Conversation
Copy link Copy Markdown
Member
PHP 7.0/RemovedConstants: handle removed tokenizer constants
Ref:
PHP 7.4/NewConstants: handle new T_BAD_CHARACTER token
Tokenizer:
token_get_all() will now emit a T_BAD_CHARACTER token for unexpected
characters instead of leaving behind holes in the token stream.
Refs:
- https://github.com/php/php-src/blob/3775d47eee38f3b34f800a0b23f840ec7a94e4c7/UPGRADING#L152-L154
- php/php-src@9ad094e
Related to #808
jrfnl added 2 commits
August 26, 2019 21:02> Tokenizer: > token_get_all() will now emit a T_BAD_CHARACTER token for unexpected characters instead of leaving behind holes in the token stream. Refs: * https://github.com/php/php-src/blob/3775d47eee38f3b34f800a0b23f840ec7a94e4c7/UPGRADING#L152-L154 * php/php-src@9ad094e
jrfnl
added
Type: enhancement
PR: quick merge
PR: ready for review labels
Aug 26, 2019
jrfnl
added this to the
9.3.0 milestone
jrfnl
requested a review
from wimg
jrfnl
changed the title
PHP 7.0/7.4: handle removed & re-introduced tokenizes constant(s)
PHP 7.0/7.4: handle removed & re-introduced tokenizer constant(s)
jrfnl
mentioned this pull request
40 tasks
wimg approved these changes Aug 28, 2019
wimg
merged commit
ab8b218
into
master
delete-merged-branch
bot
deleted the
feature/removed-new-tokenizer-constants
branch
jrfnl
removed
PR: ready for review
PR: quick merge
labels
Sep 5, 2019This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment