|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2020-07-11 04:30 UTC] twosee@php.net
-Status: Open
+Status: Verified
[2020-07-11 05:50 UTC] twosee@php.net
-Status: Verified
+Status: Assigned
-Assigned To:
+Assigned To: twosee
[2020-07-11 06:48 UTC] twosee@php.net
[2020-07-11 06:48 UTC] twosee@php.net
-Status: Assigned
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 15 13:00:01 2025 UTC |
Description: ------------ LOG: --- [Fri Jul 10 22:44:16 2020] Script: '/home/yongheng/php_commit/php_poc24.php' /home/yongheng/php_clean/Zend/zend_hash.c(278) : Freeing 0x00007f1300e585a0 (56 bytes), script=/home/yongheng/php_commit/php_poc24.php [Fri Jul 10 22:44:16 2020] Script: '/home/yongheng/php_commit/php_poc24.php' /home/yongheng/php_clean/Zend/zend_hash.c(171) : Freeing 0x00007f1300e6dc00 (320 bytes), script=/home/yongheng/php_commit/php_poc24.php [Fri Jul 10 22:44:16 2020] Script: '/home/yongheng/php_commit/php_poc24.php' /home/yongheng/php_clean/Zend/zend_string.h(141) : Freeing 0x00007f1300e80a00 (224 bytes), script=/home/yongheng/php_commit/php_poc24.php Last leak repeated 1 time === Total 4 memory leaks detected === --- Test script: --------------- <? spl_autoload_register ( function () { ob_start ( function () { var_dump ( function ( $a ) { } ) ; } ) ; } ) ; try { new ( 'p' ) ; } catch ( b ) { }