summaryrefslogtreecommitdiff
path: root/Zend/tests/bug71428.3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug71428.3.phpt')
-rw-r--r--Zend/tests/bug71428.3.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/tests/bug71428.3.phpt b/Zend/tests/bug71428.3.phpt
index 558e87c56e..78fff6e70d 100644
--- a/Zend/tests/bug71428.3.phpt
+++ b/Zend/tests/bug71428.3.phpt
@@ -8,4 +8,3 @@ class C extends B { public function m(A $a , $n) { echo "C.m";} };
?>
--EXPECTF--
Warning: Declaration of C::m(A $a, $n) should be compatible with B::m(?A $a, $n) in %sbug71428.3.php on line 4
-