diff options
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql_bit.phpt')
| -rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_bit.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_bit.phpt b/ext/pdo_mysql/tests/pdo_mysql_bit.phpt index 899231a217..587ac9f2e2 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_bit.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_bit.phpt @@ -55,10 +55,10 @@ $db->exec('DROP TABLE IF EXISTS test'); ?> --EXPECTF-- array(2) { - [%u|b%"id"]=> - %unicode|string%(2) "20" - [%u|b%"label"]=> - %unicode|string%(1) "1" + ["id"]=> + string(2) "20" + ["label"]=> + string(1) "1" } int(1) done!
\ No newline at end of file |
