Test: /ext/pdo_mysql/tests/pdo_mysql_prepare_native.phpt - Version 5.5.32    

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ [004a] Expecting array (
002+ 'one' => 1,
003+ ) got array (
004+ 'one' => '1',
005+ )
041- done!
046+ [064] Results seem wrong. Please check dumps manually.
047+ array(2) {
048+ [0]=>
049+ array(2) {
050+ ["id"]=>
051+ int(1)
052+ ["label"]=>
053+ string(3) "row"
054+ }
055+ [1]=>
056+ array(2) {
057+ ["id"]=>
058+ int(2)
059+ ["label"]=>
060+ string(3) "row"
061+ }
062+ }
063+ array(2) {
064+ [0]=>
065+ array(2) {
066+ ["id"]=>
067+ string(1) "1"
068+ ["label"]=>
069+ string(3) "row"
070+ }
071+ [1]=>
072+ array(2) {
073+ ["id"]=>
074+ string(1) "2"
075+ ["label"]=>
076+ string(3) "row"
077+ }
078+ }
079+ [065] Results seem wrong. Please check dumps manually.
080+ array(1) {
081+ [0]=>
082+ array(2) {
083+ ["id"]=>
084+ int(1)
085+ ["label"]=>
086+ string(4) "row1"
087+ }
088+ }
089+ array(1) {
090+ [0]=>
091+ array(2) {
092+ ["id"]=>
093+ string(1) "1"
094+ ["label"]=>
095+ string(4) "row1"
096+ }
097+ }
098+ done!