We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afa0ac commit 231980cCopy full SHA for 231980c
Zend/tests/inheritance/bug70957.phpt
@@ -19,4 +19,4 @@ class B extends Foo
19
}
20
?>
21
--EXPECTF--
22
-Fatal error: Declaration of T::bar() must be compatible with Foo::bar($a = 'Foo') in %s on line %d
+Fatal error: Declaration of B::bar() must be compatible with Foo::bar($a = 'Foo') in %s on line %d
Zend/tests/type_declarations/variance/trait_error.phpt
@@ -17,4 +17,4 @@ class U extends X {
17
18
-Fatal error: Could not check compatibility between T::method($r): B and X::method($a): A, because class B is not available in %s on line %d
+Fatal error: Could not check compatibility between U::method($r): B and X::method($a): A, because class B is not available in %s on line %d
0 commit comments