|
|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull Requests
Pull requests:
AllCommentsChangesGit/SVN commits
[2021-05-24 05:45 UTC] krakjoe@php.net
[2021-05-25 09:27 UTC] git@php.net
[2021-05-25 09:27 UTC] git@php.net
-Status: Open
+Status: Closed
|
|||||||||||||||||||||||||||
|
All rights reserved. |
Last updated: Thu Apr 09 07:00:01 2026 UTC |
Description: ------------ Implicit invalid uses cause incorrect count in debug info of Closures static variables Test script: --------------- <?php var_dump(fn() => [$why, $do, $we, $count]); ?> Expected result: ---------------- object(Closure)#1 (1) { ["static"]=> array(0) { } } Actual result: -------------- object(Closure)#1 (1) { ["static"]=> array(4) { } }