1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

[skip ci] Fix new closure dump syntax in test

This commit is contained in:
Ilija Tovilo
2024-10-14 15:03:53 +02:00
parent b1bd4e6a5c
commit 253f4af90e

View File

@@ -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) {
}