diff options
Diffstat (limited to 'tests/classes/__call_004.phpt')
-rw-r--r-- | tests/classes/__call_004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/__call_004.phpt b/tests/classes/__call_004.phpt index 0c1f378b8a..a9997bf132 100644 --- a/tests/classes/__call_004.phpt +++ b/tests/classes/__call_004.phpt @@ -26,7 +26,7 @@ class B extends A { $b = new B(); $b->test(); ?> ---EXPECTF-- +--EXPECT-- In B::__call(test1, array(1,a)) object(B)#1 (0) { } |