diff options
Diffstat (limited to 'ext/mysqli/tests/048.phpt')
| -rw-r--r-- | ext/mysqli/tests/048.phpt | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/ext/mysqli/tests/048.phpt b/ext/mysqli/tests/048.phpt index 73a6712fbc..a63b0a3a92 100644 --- a/ext/mysqli/tests/048.phpt +++ b/ext/mysqli/tests/048.phpt @@ -61,34 +61,8 @@ array(11) { [8]=> NULL [9]=> - string(4) "foo1" + %unicode|string%(4) "foo1" [10]=> - string(4) "1000" -} -done! ---UEXPECTF-- -array(11) { - [0]=> - int(1) - [1]=> - NULL - [2]=> - NULL - [3]=> - NULL - [4]=> - NULL - [5]=> - NULL - [6]=> - NULL - [7]=> - NULL - [8]=> - NULL - [9]=> - unicode(4) "foo1" - [10]=> - unicode(4) "1000" + %unicode|string%(4) "1000" } done!
\ No newline at end of file |
