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/bug_41997.phpt | |
| parent | 895a82695c148f15df1ff6ab2aa9f55f9b3725ad (diff) | |
| download | php-git-5af586bec52564e05d8c75ec533e132a9f06e749.tar.gz | |
Remove more PHP 6 leftovers from tests
Diffstat (limited to 'ext/pdo_mysql/tests/bug_41997.phpt')
| -rw-r--r-- | ext/pdo_mysql/tests/bug_41997.phpt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/pdo_mysql/tests/bug_41997.phpt b/ext/pdo_mysql/tests/bug_41997.phpt index 56cbe4b087..f001eec7d0 100644 --- a/ext/pdo_mysql/tests/bug_41997.phpt +++ b/ext/pdo_mysql/tests/bug_41997.phpt @@ -42,13 +42,13 @@ print "done!"; array(1) { [0]=> array(1) { - [%u|b%"one"]=> - %unicode|string%(1) "1" + ["one"]=> + string(1) "1" } } array(3) { [0]=> - %unicode|string%(5) "00000" + string(5) "00000" [1]=> NULL [2]=> @@ -57,13 +57,13 @@ array(3) { array(1) { [0]=> array(1) { - [%u|b%"two"]=> - %unicode|string%(1) "2" + ["two"]=> + string(1) "2" } } array(3) { [0]=> - %unicode|string%(5) "00000" + string(5) "00000" [1]=> NULL [2]=> |
