mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix test expectation for different closure name in 8.4
This commit is contained in:
@@ -15,7 +15,7 @@ Test::test();
|
|||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
Fatal error: Uncaught Exception: Use of "static" in callables is deprecated in %s:%d
|
Fatal error: Uncaught Exception: Use of "static" in callables is deprecated in %s:%d
|
||||||
Stack trace:
|
Stack trace:
|
||||||
#0 %s(%d): {closure}(%d, 'Use of "static"...', %s, %d)
|
#0 %s(%d): {closure:%s:%d}(8192, 'Use of "static"...', %s, %d)
|
||||||
#1 %s(%d): Test::test()
|
#1 %s(%d): Test::test()
|
||||||
#2 {main}
|
#2 {main}
|
||||||
thrown in %s on line %d
|
thrown in %s on line %d
|
||||||
|
|||||||
Reference in New Issue
Block a user