Skip to content

Commit 4fa3019

Browse files
committed
Fix tokenizer test
1 parent 7af7d86 commit 4fa3019

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ext/tokenizer/tests/002.phpt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,14 @@ array(47) {
917917
int(1)
918918
}
919919
[42]=>
920-
string(1) "&"
920+
array(3) {
921+
[0]=>
922+
int(%d)
923+
[1]=>
924+
string(1) "&"
925+
[2]=>
926+
int(1)
927+
}
921928
[43]=>
922929
array(3) {
923930
[0]=>

0 commit comments

Comments
 (0)