Skip to content

ext/sqlite3: relax sqlite3 explain test conditions #18949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ext/sqlite3: relax sqlite3 explain test conditions
  • Loading branch information
devnexen committed Jun 26, 2025
commit 598a656b61f8abddbae838154a0e84752f92f948
6 changes: 3 additions & 3 deletions ext/sqlite3/tests/sqlite3_explain.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ array(%d) {
["addr"]=>
int(1)
["opcode"]=>
string(13) "InitCoroutine"
string(%d) "%s"
["p1"]=>
int(3)
["p2"]=>
int(%d)
["p3"]=>
int(2)
["p4"]=>
NULL
%s
["p5"]=>
int(0)
["comment"]=>
Expand Down Expand Up @@ -368,7 +368,7 @@ array(1) {
["parent"]=>
int(0)
["notused"]=>
int(0)
int(%d)
["detail"]=>
string(17) "SCAN test_explain"
}
Expand Down