|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-08-18 16:14 UTC] nikic@php.net
[2014-08-18 16:14 UTC] nikic@php.net
-Status: Open
+Status: Closed
[2016-07-20 11:40 UTC] davey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 00:00:01 2025 UTC |
Description: ------------ <?php ini_set('track_errors', 1); error_reporting(E_ALL); function f() { $php_errormsg = [1, 2, 3]; echo $var; var_dump($php_errormsg); } f(); Leaks the array