Skip to content

Commit 1d5da86

Browse files
authored
ext/sqlite3: relax sqlite3 explain test conditions (#18949)
1 parent 8d116a4 commit 1d5da86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎ext/sqlite3/tests/sqlite3_explain.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ array(%d) {
7979
["addr"]=>
8080
int(1)
8181
["opcode"]=>
82-
string(13) "InitCoroutine"
82+
string(%d) "%s"
8383
["p1"]=>
8484
int(3)
8585
["p2"]=>
8686
int(%d)
8787
["p3"]=>
8888
int(2)
8989
["p4"]=>
90-
NULL
90+
%s
9191
["p5"]=>
9292
int(0)
9393
["comment"]=>
@@ -368,7 +368,7 @@ array(1) {
368368
["parent"]=>
369369
int(0)
370370
["notused"]=>
371-
int(0)
371+
int(%d)
372372
["detail"]=>
373373
string(17) "SCAN test_explain"
374374
}

0 commit comments

Comments
 (0)