diff options
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql_subclass.phpt')
-rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_subclass.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt b/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt index a717a0b13f..773537b12c 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt @@ -87,13 +87,13 @@ query('SELECT * FROM test ORDER BY id ASC') array(2) { [0]=> array(1) { - [%u|b%"id"]=> - %unicode|string%(1) "1" + ["id"]=> + string(1) "1" } [1]=> array(1) { - [%u|b%"id"]=> - %unicode|string%(1) "2" + ["id"]=> + string(1) "2" } } bool(false) |