Test: /ext/pdo_pgsql/tests/bug64953.phpt - Version 7.0.16RC1        

Bug #64953 Postgres prepared statement positional parameter casting
Submitted: 2013-05-31 09:46:44 Modified: 2013-08-20 13:07:07
From: goetas Assigned:
Status: Closed Package: PDO related
PHP Version: 5.3.25 OS: ubuntu 10.04

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002- Taken from the bug report:
003- array(2) {
004- ["i"]=>
005- string(1) "1"
006- [0]=>
007- string(1) "1"
008- }
009- array(2) {
010- ["i"]=>
011- string(1) "1"
012- [0]=>
013- string(1) "1"
014- }
015- Something more nasty:
016- array(2) {
017- ["i"]=>
018- string(3) "123"
019- [0]=>
020- string(3) "123"
021- }
022- array(2) {
023- [":text"]=>
024- string(3) "'?'"
025- [0]=>
026- string(3) "'?'"
027- }
028- Done