Test: /ext/pdo_mysql/tests/pdo_mysql_stmt_fetch_non_select.phpt - Version 7.0.0beta1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: printf(): Too few arguments in %s/pdo_mysql_stmt_fetch_non_select.php on line 122
001- done!
002+ Native PS (native support: no) and emulated PS returned different data for SHOW: array (
003+ 0 =>
004+ array (
005+ 'engine' => 'MRG_MYISAM',
006+ 'support' => 'YES',
007+ 'comment' => 'Collection of identical MyISAM tables',
008+ 'transactions' => 'NO',
009+ 'xa' => 'NO',
010+ 'savepoints' => 'NO',
011+ ),
012+ 1 =>
013+ array (
014+ 'engine' => 'CSV',
015+ 'support' => 'YES',
016+ 'comment' => 'CSV storage engine',
017+ 'transactions' => 'NO',
018+ 'xa' => 'NO',
019+ 'savepoints' => 'NO',
020+ ),
021+ 2 =>
022+ array (
023+ 'engine' => 'MyISAM',
024+ 'support' => 'DEFAULT',
025+ 'comment' => 'Default engine as of MySQL 3.23 with great performance',
026+ 'transactions' => 'NO',
027+ 'xa' => 'NO',
028+ 'savepoints' => 'NO',
029+ ),
030+ 3 =>
031+ array (
032+ 'engine' => 'InnoDB',
033+ 'support' => 'YES',
034+ 'comment' => 'Supports transactions, row-level locking, and foreign keys',
035+ 'transactions' => 'YES',
036+ 'xa' => 'YES',
037+ 'savepoints' => 'YES',
038+ ),
039+ 4 =>
040+ array (
041+ 'engine' => 'MEMORY',
042+ 'support' => 'YES',
043+ 'comment' => 'Hash based, stored in memory, useful for temporary tables',
044+ 'transactions' => 'NO',
045+ 'xa' => 'NO',
046+ 'savepoints' => 'NO',
047+ ),
048+ ) vs. array (
049+ 0 =>
050+ array (
051+ '' => 'NO',
052+ ),
053+ 1 =>
054+ array (
055+ '' => 'NO',
056+ ),
057+ 2 =>
058+ array (
059+ '' => 'NO',
060+ ),
061+ 3 =>
062+ array (
063+ '' => 'YES',
064+ ),
065+ 4 =>
066+ array (
067+ '' => 'NO',
068+ ),
069+ )
070+
071+ Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 538970712 bytes) in %s/pdo_mysql_stmt_fetch_non_select.php on line 136