Skip to content

Commit a4a1c67

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: [skip ci] Fix test expectation of gh16508.phpt for 8.4+
2 parents 9fa2f11 + 5a639c5 commit a4a1c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/gh16508.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ abstract class Test {
1717

1818
?>
1919
--EXPECTF--
20-
Fatal error: Class Test2 contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Test::foo) in %s on line 5
20+
Fatal error: Class Test2 contains 1 abstract method and must therefore be declared abstract or implement the remaining method (Test::foo) in %s on line 5

0 commit comments

Comments
 (0)