We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8796aa + 626dc50 commit 85cf4a3Copy full SHA for 85cf4a3
ext/pdo_firebird/tests/bug_15604.phpt
@@ -64,11 +64,11 @@ $dbh = getDbConnection();
64
@$dbh->exec('drop sequence g_bug_15604');
65
unset($dbh);
66
?>
67
---EXPECT--
+--EXPECTF--
68
bool(false)
69
array(3) {
70
["ID"]=>
71
- int(2)
+ %r(int\(2\)|string\(1\) "2")%r
72
["A"]=>
73
int(2)
74
["B"]=>
ext/pdo_firebird/tests/fb4_datatypes.phpt
@@ -49,7 +49,7 @@ echo "\ndone\n";
49
50
--EXPECTF--
51
{
52
- "I64": 15,
+ "I64": %r(15|"15")%r,
53
"I128": "15",
54
"N": "123.97",
55
"N2": "123.97",
0 commit comments