diff options
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt')
| -rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt b/ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt index 2e278b1afb..e35f95a86f 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt @@ -97,13 +97,13 @@ myclass::__set(null, -NULL-) 3 myclass::__set(, -''-) 4 myclass::__construct(2, 3): 12 / 4 object(myclass)#%d (4) { - [%u|b%"set_calls":"myclass":private]=> + ["set_calls":"myclass":private]=> int(4) - [%u|b%"grp":protected]=> + ["grp":protected]=> NULL - [%u|b%"id"]=> - %unicode|string%(1) "3" - [%u|b%"null"]=> + ["id"]=> + string(1) "3" + ["null"]=> NULL } done! |
