diff options
Diffstat (limited to 'ext/mysql/tests/mysql_fetch_row.phpt')
-rw-r--r-- | ext/mysql/tests/mysql_fetch_row.phpt | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/ext/mysql/tests/mysql_fetch_row.phpt b/ext/mysql/tests/mysql_fetch_row.phpt index b98f29c4da..797e7ba1c8 100644 --- a/ext/mysql/tests/mysql_fetch_row.phpt +++ b/ext/mysql/tests/mysql_fetch_row.phpt @@ -50,20 +50,6 @@ bool(false) Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on line %d bool(false) done! ---EXPECTF-- -[004] -array(2) { - [0]=> - string(1) "1" - [1]=> - string(1) "a" -} -[005] -bool(false) - -Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on line %d -bool(false) -done! --UEXPECTF-- [004] array(2) { @@ -77,4 +63,4 @@ bool(false) Warning: mysql_fetch_row(): %d is not a valid MySQL result resource in %s on line %d bool(false) -done!
\ No newline at end of file +done! |