From 6a55beef9082b85e44d5fef99c4bc0c9705e4a27 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:32:59 +0100 Subject: [PATCH] Fix test expectation for different closure name in 8.4 --- Zend/tests/gh16799.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/gh16799.phpt b/Zend/tests/gh16799.phpt index 9348c38fc30..ce1dbd5b165 100644 --- a/Zend/tests/gh16799.phpt +++ b/Zend/tests/gh16799.phpt @@ -15,7 +15,7 @@ Test::test(); --EXPECTF-- Fatal error: Uncaught Exception: Use of "static" in callables is deprecated in %s:%d 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() #2 {main} thrown in %s on line %d