Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7852 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36707 invoked by uid 1010); 15 Feb 2004 22:46:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36683 invoked from network); 15 Feb 2004 22:46:24 -0000 Received: from unknown (HELO imf17aec.mail.bellsouth.net) (205.152.59.65) by pb1.pair.com with SMTP; 15 Feb 2004 22:46:24 -0000 Received: from [192.168.1.109] ([68.18.73.208]) by imf17aec.mail.bellsouth.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040215224624.CTQP18515.imf17aec.mail.bellsouth.net@[192.168.1.109]>; Sun, 15 Feb 2004 17:46:24 -0500 In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: PHP Development Date: Sun, 15 Feb 2004 17:46:24 -0500 To: Herr Witten X-Mailer: Apple Mail (2.612) Subject: Re: [PHP-DEV] clone wars From: lingwitt@bellsouth.net (Herr Witten) I forgot to mention: I am use b4 On 15 Feb 2004, at 5:45 PM, Herr Witten wrote: > It appears that cloning is broken, since a modification to the clone > modifies the original. For my __clone method implementation, I allow > all of the variables to be set by default except for one. But this > problem persists even when I don't modify that one variable.