Test: /ext/mysql/tests/002.phpt - Version 5.4.37    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
003+ bool(false)
004+ bool(false)
005+ bool(false)
006+
007+ Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in %s/002.php on line 18
008+
009+ Warning: mysql_free_result() expects parameter 1 to be resource, boolean given in %s/002.php on line 22
010+ done!
003- bool(true)
004- bool(true)
005- resource(%d) of type (mysql result)
006- array(3) {
007- [%u|b%"col1"]=>
008- %unicode|string%(1) "1"
009- [%u|b%"col2"]=>
010- %unicode|string%(3) "foo"
011- [%u|b%"col3"]=>
012- %unicode|string%(3) "bar"
013- }
014- array(3) {
015- [%u|b%"col1"]=>
016- %unicode|string%(1) "2"
017- [%u|b%"col2"]=>
018- %unicode|string%(3) "foo"
019- [%u|b%"col3"]=>
020- %unicode|string%(3) "bar"
021- }
022- done!