diff options
-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 |