diff options
Diffstat (limited to 'tests/classes/inheritance_004.phpt')
-rw-r--r-- | tests/classes/inheritance_004.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/classes/inheritance_004.phpt b/tests/classes/inheritance_004.phpt index d92ed830e8..7eb57b2770 100644 --- a/tests/classes/inheritance_004.phpt +++ b/tests/classes/inheritance_004.phpt @@ -16,6 +16,5 @@ class B extends A ?> ===DONE=== --EXPECTF-- - Warning: Declaration of B::f($x) should be compatible with A::f() in %sinheritance_004.php on line %d ===DONE=== |