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

There are 2 different diffs reported by users for this test.

Count Diff
3 (75%)
001+ /usr/src/php-5.4.21/sapi/cli/php: symbol lookup error: /usr/src/php-5.4.21/modules/pdo_sqlite.so: undefined symbol: sqlite3_libversion
001- array(1) {
002- [0]=>
003- array(1) {
004- ["label"]=>
005- string(12) ":placeholder"
006- }
007- }
008- array(2) {
009- [0]=>
010- array(1) {
011- ["label"]=>
012- string(9) "first row"
013- }
014- [1]=>
015- array(1) {
016- ["label"]=>
017- string(10) "second row"
018- }
019- }
020- array(0) {
021- }
022- array(1) {
023- [0]=>
024- array(1) {
025- ["label"]=>
026- string(1) "?"
027- }
028- }
029- array(2) {
030- [0]=>
031- array(1) {
032- ["label"]=>
033- string(9) "first row"
034- }
035- [1]=>
036- array(1) {
037- ["label"]=>
038- string(10) "second row"
039- }
040- }
041- done!
1 (25%)
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!