diff options
author | Dmitry Stogov <dmitry@php.net> | 2007-11-07 08:36:44 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2007-11-07 08:36:44 +0000 |
commit | 38e93fe401edd9c09fe6e4dd863ab1764e83b02a (patch) | |
tree | bafb5817158cbc86020aef52a5a70a25e3da55b6 | |
parent | 75bbdac25dcf009092e87c865eabc98a949e93c8 (diff) | |
download | php-git-38e93fe401edd9c09fe6e4dd863ab1764e83b02a.tar.gz |
Fixed test
-rw-r--r-- | ext/soap/tests/bugs/bug30928.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/tests/bugs/bug30928.phpt b/ext/soap/tests/bugs/bug30928.phpt index f1283fb41d..cd4a4f2a81 100644 --- a/ext/soap/tests/bugs/bug30928.phpt +++ b/ext/soap/tests/bugs/bug30928.phpt @@ -55,9 +55,9 @@ object(stdClass)#%d (3) { object(foo)#%d (3) { ["a"]=> string(1) "a" - ["b:private"]=> + ["b":"foo":private]=> string(1) "b" - ["c:protected"]=> + ["c":protected]=> string(1) "c" } ok |