Skip to content

Commit 253f4af

Browse files
committed
[skip ci] Fix new closure dump syntax in test
1 parent b1bd4e6 commit 253f4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/zend_test/tests/gh16230.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ $test = new _ZendTestFiber(function (): void {
99
});
1010
$test->start();
1111
?>
12-
--EXPECT--
12+
--EXPECTF--
1313
array(1) {
1414
[0]=>
1515
array(2) {
1616
["function"]=>
17-
string(9) "{closure}"
17+
string(%d) "{closure:%s:%d}"
1818
["args"]=>
1919
array(0) {
2020
}

0 commit comments

Comments
 (0)