You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Zend/tests/errmsg/errmsg_018.phpt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,4 @@ class test {
10
10
echo"Done\n";
11
11
?>
12
12
--EXPECTF--
13
-
Fatal error: Class test contains 1 abstract method and must therefore be declared abstract or implement the remaining method (test::foo) in %s on line %d
13
+
Fatal error: Class test declares abstract method foo() and must therefore be declared abstract in %s on line %d
0 commit comments