diff options
Diffstat (limited to 'ext/mysqli/tests/003.phpt')
| -rw-r--r-- | ext/mysqli/tests/003.phpt | 32 |
1 files changed, 7 insertions, 25 deletions
diff --git a/ext/mysqli/tests/003.phpt b/ext/mysqli/tests/003.phpt index 89dbf11605..5a8d13c023 100644 --- a/ext/mysqli/tests/003.phpt +++ b/ext/mysqli/tests/003.phpt @@ -75,36 +75,18 @@ require_once('skipifconnectfailure.inc'); --EXPECTF-- array(7) { [0]=> - string(10) "2002-01-02" + %unicode|string%(10) "2002-01-02" [1]=> - string(8) "12:49:00" + %unicode|string%(8) "12:49:00" [2]=> - string(19) "2002-01-02 17:46:59" + %unicode|string%(19) "2002-01-02 17:46:59" [3]=> int(2010) [4]=> - string(19) "2010-07-10 00:00:00" + %unicode|string%(19) "2010-07-10 00:00:00" [5]=> - string(19) "0000-00-00 00:00:00" + %unicode|string%(19) "0000-00-00 00:00:00" [6]=> - string(19) "1999-12-29 00:00:00" + %unicode|string%(19) "1999-12-29 00:00:00" } -done! ---UEXPECTF-- -array(7) { - [0]=> - unicode(10) "2002-01-02" - [1]=> - unicode(8) "12:49:00" - [2]=> - unicode(19) "2002-01-02 17:46:59" - [3]=> - int(2010) - [4]=> - unicode(19) "2010-07-10 00:00:00" - [5]=> - unicode(19) "0000-00-00 00:00:00" - [6]=> - unicode(19) "1999-12-29 00:00:00" -} -done! +done!
\ No newline at end of file |
