Skip to content

Commit

Permalink
the error message changed since PR #15993 in php-src
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Feb 24, 2025
1 parent d1628da commit 40e7bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/104.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ string(%s) "Failed opening action script %sindex.php: No such file or directory"
string(61) "Action 'IndexAction' is not a subclass of Yaf_Action_Abstract"
string(61) "Action 'IndexAction' is not a subclass of Yaf_Action_Abstract"

Fatal error: Class FooAction contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Yaf_Action_Abstract::execute) in %sfoo.php on line %d
Fatal error: Class FooAction contains 1 abstract method and must therefore be declared abstract or implement the remaining method%s(Yaf_Action_Abstract::execute) in %sfoo.php on line %d

0 comments on commit 40e7bf3

Please sign in to comment.