Test: /ext/pdo_sqlite/tests/pdo_fetch_func_001.phpt - Version 5.3.23-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ /root/php53/php5.3-201302060430/sapi/cli/php: symbol lookup error: /root/php53/php5.3-201302060430/modules/pdo_sqlite.so: undefined symbol: sqlite3_open
001- object(PDOStatement)#%d (1) {
002- [%u|b%"queryString"]=>
003- %string|unicode%(21) "SELECT * FROM testing"
004- }
005- data: 1, php
006- object(PDOStatement)#%d (1) {
007- [%u|b%"queryString"]=>
008- %string|unicode%(21) "SELECT * FROM testing"
009- }
010- data: 2,
011- array(2) {
012- [0]=>
013- %string|unicode%(3) "PHP"
014- [1]=>
015- %string|unicode%(0) ""
016- }
017-
018- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: function 'nothing' not found or invalid function name in %s on line %d
019- bool(false)
020-
021- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: function '' not found or invalid function name in %s on line %d
022- bool(false)
023-
024- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: no array or string given in %s on line %d
025- bool(false)
026-
027- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: no array or string given in %s on line %d
028- bool(false)
029-
030- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: cannot access self:: when no class scope is active in %s on line %d
031- bool(false)
032- array(2) {
033- [0]=>
034- %string|unicode%(9) "--- 1 ---"
035- [1]=>
036- %string|unicode%(9) "--- 2 ---"
037- }
038- array(2) {
039- [0]=>
040- %string|unicode%(7) "1---php"
041- [1]=>
042- %string|unicode%(4) "2---"
043- }
044-
045- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: cannot access private method bar::test2() in %s on line %d
046- bool(false)
047- array(2) {
048- [0]=>
049- %string|unicode%(7) "1===php"
050- [1]=>
051- %string|unicode%(4) "2==="
052- }
053-
054- Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: class 'bar' does not have a method 'inexistent' in %s on line %d
055- bool(false)