mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: [skip ci] Fix test expectation of gh16508.phpt for 8.4+
This commit is contained in:
commit
a4a1c67b9e
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ abstract class Test {
|
||||||
|
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue