diff options
| author | Nikita Popov <nikic@php.net> | 2016-11-22 22:12:07 +0100 |
|---|---|---|
| committer | Nikita Popov <nikic@php.net> | 2016-11-24 22:39:39 +0100 |
| commit | 5af586bec52564e05d8c75ec533e132a9f06e749 (patch) | |
| tree | cada51fab29d89f724338cdc2ed626ccbee1327d /ext/pdo_mysql/tests/pdo_mysql_stmt_fetchobject.phpt | |
| parent | 895a82695c148f15df1ff6ab2aa9f55f9b3725ad (diff) | |
| download | php-git-5af586bec52564e05d8c75ec533e132a9f06e749.tar.gz | |
Remove more PHP 6 leftovers from tests
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! |
