diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-03-31 23:49:53 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2003-03-31 23:49:53 +0000 |
commit | 93386a8b0986a34b039024318cfca4b313d4632a (patch) | |
tree | a5a88f463faf6559b2fcd4c94f9012f71ef33533 | |
parent | e00c10fe74956372a2dd10a617d6b7ed5512ee5d (diff) | |
download | php-git-93386a8b0986a34b039024318cfca4b313d4632a.tar.gz |
oops
-rw-r--r-- | ext/standard/tests/serialize/001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/serialize/001.phpt b/ext/standard/tests/serialize/001.phpt index bfe541337d..8f48b91ddf 100644 --- a/ext/standard/tests/serialize/001.phpt +++ b/ext/standard/tests/serialize/001.phpt @@ -94,7 +94,7 @@ object(t)#%d (1) { __sleep called O:1:"s":2:{s:1:"a";s:5:"hallo";s:1:"c";s:5:"world";} __wakeup called -object(s)#%d (2) { +object(s)#%d (3) { ["a"]=> string(5) "hallo" ["b"]=> |