Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8441 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84043 invoked by uid 1010); 8 Mar 2004 10:59:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83897 invoked from network); 8 Mar 2004 10:59:48 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 8 Mar 2004 10:59:48 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i28Axl9b027796; Mon, 8 Mar 2004 11:59:47 +0100 Date: Mon, 8 Mar 2004 11:59:47 +0100 (CET) X-X-Sender: derick@localhost To: PHP Developers Mailing List cc: Andi Gutmans Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: ht being destroyed... From: derick@derickrethans.nl (Derick Rethans) Hello, the following script: a = $this; $this->b = $this; } } function bar($o) { } $f = new foo(); bar($f); bar($f); ?> generates the following warning: /dat/dev/php/php-5.0dev/Zend/zend_hash.c(504) : ht=0x4055e9b0 is being destroyed regards, Derick