1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix gh16508.phpt test expectation

The error changed in master, not 8.4. My bad.
This commit is contained in:
Ilija Tovilo
2024-10-22 22:07:03 +02:00
parent 18a925b3db
commit dded6fdcad

View File

@@ -17,4 +17,4 @@ abstract class Test {
?>
--EXPECTF--
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
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