diff options
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt')
| -rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt b/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt index b2db0d9eed..f8340f7753 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_prepare_emulated.phpt @@ -329,91 +329,91 @@ PDO's PS parser has some problems with invalid SQL and crashes from time to time (check with valgrind...) --EXPECTF-- array(1) { - [%u|b%"one"]=> - %unicode|string%(1) "1" + ["one"]=> + string(1) "1" } array(1) { [0]=> array(1) { - [%u|b%"label"]=> - %unicode|string%(12) ":placeholder" + ["label"]=> + string(12) ":placeholder" } } array(1) { [0]=> array(1) { - [%u|b%"label"]=> - %unicode|string%(12) ":placeholder" + ["label"]=> + string(12) ":placeholder" } } array(2) { [0]=> array(1) { - [%u|b%"label"]=> - %unicode|string%(9) "first row" + ["label"]=> + string(9) "first row" } [1]=> array(1) { - [%u|b%"label"]=> - %unicode|string%(10) "second row" + ["label"]=> + string(10) "second row" } } array(2) { [0]=> array(2) { - [%u|b%"id"]=> - %unicode|string%(1) "1" - [%u|b%"label"]=> - %unicode|string%(3) "row" + ["id"]=> + string(1) "1" + ["label"]=> + string(3) "row" } [1]=> array(2) { - [%u|b%"id"]=> - %unicode|string%(1) "2" - [%u|b%"label"]=> - %unicode|string%(3) "row" + ["id"]=> + string(1) "2" + ["label"]=> + string(3) "row" } } array(1) { [0]=> array(1) { - [%u|b%"label"]=> - %unicode|string%(1) "?" + ["label"]=> + string(1) "?" } } array(1) { [0]=> array(1) { - [%u|b%"label"]=> - %unicode|string%(1) "?" + ["label"]=> + string(1) "?" } } array(2) { [0]=> array(1) { - [%u|b%"label"]=> - %unicode|string%(9) "first row" + ["label"]=> + string(9) "first row" } [1]=> array(1) { - [%u|b%"label"]=> - %unicode|string%(10) "second row" + ["label"]=> + string(10) "second row" } } array(2) { [0]=> array(2) { - [%u|b%"id"]=> - %unicode|string%(1) "1" - [%u|b%"label"]=> - %unicode|string%(3) "row" + ["id"]=> + string(1) "1" + ["label"]=> + string(3) "row" } [1]=> array(2) { - [%u|b%"id"]=> - %unicode|string%(1) "2" - [%u|b%"label"]=> - %unicode|string%(3) "row" + ["id"]=> + string(1) "2" + ["label"]=> + string(3) "row" } } done! |
