dmitry Tue Mar 18 06:38:13 2008 UTC Modified files: /php-src/ext/mysql/tests mysql_fetch_row.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_fetch_row.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/mysql/tests/mysql_fetch_row.phpt diff -u php-src/ext/mysql/tests/mysql_fetch_row.phpt:1.3 php-src/ext/mysql/tests/mysql_fetch_row.phpt:1.4 --- php-src/ext/mysql/tests/mysql_fetch_row.phpt:1.3 Thu Aug 9 11:53:17 2007 +++ php-src/ext/mysql/tests/mysql_fetch_row.phpt Tue Mar 18 06:38:13 2008 @@ -50,20 +50,6 @@ 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 @@ 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!
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php