mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix new opcache dump format in test expectation
This commit is contained in:
parent
081ba38707
commit
57efcb9854
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ test:
|
||||||
0012 DO_ICALL
|
0012 DO_ICALL
|
||||||
0013 T1 = IN_ARRAY 1 CV0($v) array(...)
|
0013 T1 = IN_ARRAY 1 CV0($v) array(...)
|
||||||
0014 JMPZ T1 0016
|
0014 JMPZ T1 0016
|
||||||
0015 ECHO string("True
|
0015 ECHO string("True\n")
|
||||||
")
|
|
||||||
0016 RETURN null
|
0016 RETURN null
|
||||||
bool(true)
|
bool(true)
|
||||||
bool(true)
|
bool(true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue