diff --git a/tests/core/classes/__call_003.phpt b/tests/core/classes/__call_003.phpt index 997740a6..18e8899e 100644 --- a/tests/core/classes/__call_003.phpt +++ b/tests/core/classes/__call_003.phpt @@ -23,9 +23,9 @@ function main() { --EXPECT-- array(1) { [0]=> - string(7) "changed" + string(8) "original" } array(1) { [0]=> - string(7) "changed" -} + string(8) "original" +} \ No newline at end of file