diff options
Diffstat (limited to 'ext/pdo_mysql/tests/bug_44707.phpt')
| -rw-r--r-- | ext/pdo_mysql/tests/bug_44707.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pdo_mysql/tests/bug_44707.phpt b/ext/pdo_mysql/tests/bug_44707.phpt index 18c81040fe..90dc4c20f4 100644 --- a/ext/pdo_mysql/tests/bug_44707.phpt +++ b/ext/pdo_mysql/tests/bug_44707.phpt @@ -83,10 +83,10 @@ array(0) { array(1) { [0]=> array(2) { - [%u|b%"id"]=> - %unicode|string%(1) "1" - [%u|b%"mybool"]=> - %unicode|string%(1) "0" + ["id"]=> + string(1) "1" + ["mybool"]=> + string(1) "0" } } done! |
