Merge branch 'PHP-8.4'

* PHP-8.4:
  [skip ci] Fix new closure dump syntax in test
This commit is contained in:
Ilija Tovilo 2024-10-14 15:04:10 +02:00
commit 6292e5c878
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A

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