summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/003.phpt')
-rw-r--r--ext/mysqli/tests/003.phpt14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/mysqli/tests/003.phpt b/ext/mysqli/tests/003.phpt
index 28aedb032c..ef6a9d551d 100644
--- a/ext/mysqli/tests/003.phpt
+++ b/ext/mysqli/tests/003.phpt
@@ -39,20 +39,20 @@ mysqli connect
mysqli_stmt_close($stmt);
mysqli_close($link);
?>
---EXPECT--
+--EXPECTF--
array(7) {
[0]=>
- string(10) "2002-01-02"
+ %s(10) "2002-01-02"
[1]=>
- string(8) "12:49:00"
+ %s(8) "12:49:00"
[2]=>
- string(19) "2002-01-02 17:46:59"
+ %s(19) "2002-01-02 17:46:59"
[3]=>
int(2010)
[4]=>
- string(19) "2010-07-10 00:00:00"
+ %s(19) "2010-07-10 00:00:00"
[5]=>
- string(19) "0000-00-00 00:00:00"
+ %s(19) "0000-00-00 00:00:00"
[6]=>
- string(19) "1999-12-29 00:00:00"
+ %s(19) "1999-12-29 00:00:00"
}