Test: /ext/pdo_pgsql/tests/debug_emulated_prepares.phpt - Version 7.2.12    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Uncaught PDOException: SQLSTATE[08006] [7] FATAL: role "password=" does not exist in /sources/php-7.2.12/ext/pdo/tests/pdo_test.inc:35
002+ Stack trace:
003+ #0 /sources/php-7.2.12/ext/pdo/tests/pdo_test.inc(35): PDO->__construct('pgsql:host=loca...', NULL, NULL, NULL)
004+ #1 /sources/php-7.2.12/ext/pdo/tests/pdo_test.inc(73): PDOTest::factory()
005+ #2 %s/debug_emulated_prepares.php(3): PDOTest::test_factory('/sources/php-7....')
006+ #3 {main}
007+ thrown in /sources/php-7.2.12/ext/pdo/tests/pdo_test.inc on line 35
001- SQL: [34] SELECT :bool, :int, :string, :null
002- Sent SQL: [28] SELECT 't', 123, 'foo', NULL
003- Params: 4
004- Key: Name: [5] :bool
005- paramno=-1
006- name=[5] ":bool"
007- is_param=1
008- param_type=2
009- Key: Name: [4] :int
010- paramno=-1
011- name=[4] ":int"
012- is_param=1
013- param_type=1
014- Key: Name: [7] :string
015- paramno=-1
016- name=[7] ":string"
017- is_param=1
018- param_type=2
019- Key: Name: [5] :null
020- paramno=-1
021- name=[5] ":null"
022- is_param=1
023- param_type=0
024- NULL