Commit ec17d53
committed
PHP tokenizer: add missing verbose message
PR 2860 made a change to the tokenizer which changes the token type of an `fn` keyword (back) to `T_STRING` if it turns out not to be an arrow function.
That change did not include a verbose message for tokenizer debugging. Fixed now.1 parent 1dbc333 commit ec17d53
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1931 | 1931 | | |
1932 | 1932 | | |
1933 | 1933 | | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
| 1939 | + | |
1934 | 1940 | | |
1935 | 1941 | | |
1936 | 1942 | | |
| |||
0 commit comments