From 253f4af90e4035e4e0f868873a4d46bc688a283f Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 14 Oct 2024 15:03:53 +0200 Subject: [PATCH] [skip ci] Fix new closure dump syntax in test --- ext/zend_test/tests/gh16230.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/zend_test/tests/gh16230.phpt b/ext/zend_test/tests/gh16230.phpt index 42487df5b94..0d056e3d52a 100644 --- a/ext/zend_test/tests/gh16230.phpt +++ b/ext/zend_test/tests/gh16230.phpt @@ -9,12 +9,12 @@ $test = new _ZendTestFiber(function (): void { }); $test->start(); ?> ---EXPECT-- +--EXPECTF-- array(1) { [0]=> array(2) { ["function"]=> - string(9) "{closure}" + string(%d) "{closure:%s:%d}" ["args"]=> array(0) { }