Skip to content

Commit ce77cdb

Browse files
committed
Revert test change
1 parent 8c1c5e8 commit ce77cdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/tokenizer/tests/001.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ echo token_name(T_OBJECT_CAST), "\n";
4848
echo token_name(T_BOOL_CAST), "\n";
4949
echo token_name(T_UNSET_CAST), "\n";
5050
echo token_name(T_NEW), "\n";
51+
echo token_name(T_EXIT), "\n";
5152
echo token_name(T_IF), "\n";
5253
echo token_name(T_ELSEIF), "\n";
5354
echo token_name(T_ELSE), "\n";
@@ -172,6 +173,7 @@ T_OBJECT_CAST
172173
T_BOOL_CAST
173174
T_UNSET_CAST
174175
T_NEW
176+
T_EXIT
175177
T_IF
176178
T_ELSEIF
177179
T_ELSE

0 commit comments

Comments
 (0)