diff options
Diffstat (limited to 'ext/mysqli/tests/mysqli_fetch_assoc.phpt')
| -rw-r--r-- | ext/mysqli/tests/mysqli_fetch_assoc.phpt | 48 |
1 files changed, 1 insertions, 47 deletions
diff --git a/ext/mysqli/tests/mysqli_fetch_assoc.phpt b/ext/mysqli/tests/mysqli_fetch_assoc.phpt index 00ca325f4f..05167eb057 100644 --- a/ext/mysqli/tests/mysqli_fetch_assoc.phpt +++ b/ext/mysqli/tests/mysqli_fetch_assoc.phpt @@ -70,52 +70,6 @@ require_once('skipifconnectfailure.inc'); --EXPECTF-- [005] array(2) { - ["id"]=> - string(1) "1" - ["label"]=> - string(1) "a" -} -[006] -NULL -[008] -array(15) { - ["a"]=> - string(1) "2" - ["c"]=> - string(1) "3" - ["C"]=> - string(1) "4" - ["d"]=> - NULL - ["e"]=> - string(1) "1" - [-1]=> - string(1) "5" - [-10]=> - string(1) "6" - [-100]=> - string(1) "7" - [-1000]=> - string(1) "8" - [10000]=> - string(1) "9" - [100000]=> - string(1) "a" - [1000000]=> - string(1) "b" - [9]=> - string(1) "d" - ["01"]=> - string(1) "e" - ["-02"]=> - string(1) "f" -} - -Warning: mysqli_fetch_assoc(): Couldn't fetch mysqli_result in %s on line %d -done! ---UEXPECTF-- -[005] -array(2) { [u"id"]=> unicode(1) "1" [u"label"]=> @@ -158,4 +112,4 @@ array(15) { } Warning: mysqli_fetch_assoc(): Couldn't fetch mysqli_result in %s on line %d -done!
\ No newline at end of file +done! |
