We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46d135 commit 7ee537fCopy full SHA for 7ee537f
package.xml
@@ -32,6 +32,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
32
-- The token after the statement (normally a semicolon) becomes the scope closer
33
-- The token is also associated with the opening and closing parenthesis of the statement
34
-- Any functions named "fn" will cause have a T_FN token for the function name, but have no scope information
35
+ -- Thanks to Michał Bundyra for the help with this change
36
- PHP 7.4 numeric separators are now tokenized in the same way when using older PHP versions
37
-- Previously, a number like 1_000 would tokenize as T_LNUMBER (1), T_STRING (_000)
38
-- Now, the number tokenizes as T_LNUMBER (1_000)
0 commit comments