|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-08-17 05:36 UTC] laruence@php.net
[2018-08-17 05:36 UTC] laruence@php.net
-Status: Open
+Status: Closed
[2018-08-17 09:03 UTC] twose at qq dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 08:00:01 2025 UTC |
Description: ------------ parent private constant in extends class memory leak Test script: --------------- <?php class FOO { private const FOO = 'BAR'; } class BAR extends FOO { } Actual result: -------------- [Fri Aug 17 01:46:16 2018] Script: '/path/to/private_const.php' /path/to/php-src/Zend/zend_hash.c(140) : Freeing 0x000000010de6cb40 (288 bytes), script=/path/to/private_const.php === Total 1 memory leaks detected ===