|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-01-15 08:49 UTC] dmitry@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 04:00:02 2025 UTC |
Description: ------------ The following code produse a memory leak Reproduce code: --------------- <?php $a->{'a'.'b'}; ?> Expected result: ---------------- Notice: Undefined variable: a Notice: Trying to get property of non-object Actual result: -------------- Notice: Undefined variable: a Notice: Trying to get property of non-object [Thu Jan 15 11:36:45 2009] Script: '-' /home/dmitry/php/php5.3/Zend/zend_operators.c(1269) : Freeing 0x0AA20F64 (3 bytes), script=- === Total 1 memory leaks detected ===