There was an error while loading. Please reload this page.
1 parent 8d116a4 commit 1d5da86Copy full SHA for 1d5da86
ext/sqlite3/tests/sqlite3_explain.phpt
@@ -79,15 +79,15 @@ array(%d) {
79
["addr"]=>
80
int(1)
81
["opcode"]=>
82
- string(13) "InitCoroutine"
+ string(%d) "%s"
83
["p1"]=>
84
int(3)
85
["p2"]=>
86
int(%d)
87
["p3"]=>
88
int(2)
89
["p4"]=>
90
- NULL
+ %s
91
["p5"]=>
92
int(0)
93
["comment"]=>
@@ -368,7 +368,7 @@ array(1) {
368
["parent"]=>
369
370
["notused"]=>
371
- int(0)
+ int(%d)
372
["detail"]=>
373
string(17) "SCAN test_explain"
374
}
0 commit comments