Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ext/pdo_firebird/tests/bug_15604.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ $dbh = getDbConnection();
@$dbh->exec('drop sequence g_bug_15604');
unset($dbh);
?>
--EXPECT--
--EXPECTF--
bool(false)
array(3) {
["ID"]=>
int(2)
%r(int\(2\)|string\(1\) "2")%r
["A"]=>
int(2)
["B"]=>
Expand Down
2 changes: 1 addition & 1 deletion ext/pdo_firebird/tests/fb4_datatypes.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ echo "\ndone\n";
?>
--EXPECTF--
{
"I64": 15,
"I64": %r(15|"15")%r,
"I128": "15",
"N": "123.97",
"N2": "123.97",
Expand Down