mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: [skip ci] Fix new closure dump syntax in test
This commit is contained in:
commit
6292e5c878
1 changed files with 2 additions and 2 deletions
|
@ -9,12 +9,12 @@ $test = new _ZendTestFiber(function (): void {
|
||||||
});
|
});
|
||||||
$test->start();
|
$test->start();
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECTF--
|
||||||
array(1) {
|
array(1) {
|
||||||
[0]=>
|
[0]=>
|
||||||
array(2) {
|
array(2) {
|
||||||
["function"]=>
|
["function"]=>
|
||||||
string(9) "{closure}"
|
string(%d) "{closure:%s:%d}"
|
||||||
["args"]=>
|
["args"]=>
|
||||||
array(0) {
|
array(0) {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue