We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26105d commit 4ff8d9fCopy full SHA for 4ff8d9f
1 file changed
ext/uri/tests/053.phpt
@@ -25,13 +25,13 @@ try {
25
}
26
27
try {
28
- $r->__construct("baz", [], false);
+ $r->__construct("baz", [], 0);
29
} catch (Error $e) {
30
echo $e->getMessage() . "\n";
31
32
33
34
- $r->__construct("qax", [], false, null);
+ $r->__construct("qax", [], 0, null);
35
36
37
0 commit comments