|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-09-27 10:41 UTC] andrey at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 15 06:00:01 2025 UTC |
The following script : <? class message { var $KEYS = array("meuh"); function make_dict() { $this->titi = ""; for( ; $key = current($this->KEYS); next($this->KEYS)) $this->titi[$key] = $toto; reset($this->KEYS); } } $m = new message; $m->make_dict(); $err = $m->make_dict(); ?> produces : Content-Type: text/html resultat_modif.phtml: Freeing 0x018FE6A0 (40 bytes), allocated in zend_hash.c on line 175<br>