Skip to content

Commit 6a55bee

Browse files
committed
Fix test expectation for different closure name in 8.4
1 parent 4a5854e commit 6a55bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/gh16799.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Test::test();
1515
--EXPECTF--
1616
Fatal error: Uncaught Exception: Use of "static" in callables is deprecated in %s:%d
1717
Stack trace:
18-
#0 %s(%d): {closure}(%d, 'Use of "static"...', %s, %d)
18+
#0 %s(%d): {closure:%s:%d}(8192, 'Use of "static"...', %s, %d)
1919
#1 %s(%d): Test::test()
2020
#2 {main}
2121
thrown in %s on line %d

0 commit comments

Comments
 (0)