Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10018 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57421 invoked by uid 1010); 22 May 2004 00:07:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57302 invoked from network); 22 May 2004 00:07:18 -0000 Received: from unknown (HELO mirage.platinumpersonals.com) (64.105.234.10) by pb1.pair.com with SMTP; 22 May 2004 00:07:18 -0000 Received: from [192.168.1.3] (unknown [192.168.1.3]) by mirage.platinumpersonals.com (Postfix) with ESMTP id 5DA775B170 for ; Fri, 21 May 2004 19:19:00 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v613) Content-Transfer-Encoding: 7bit Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed To: internals@lists.php.net Date: Fri, 21 May 2004 19:07:16 -0500 X-Mailer: Apple Mail (2.613) Subject: PHP5: expected __METHOD__ behavior From: dan@cain.sh (Daniel J Cain Jr .) I am by no means an expert with OOP, so if this is a blatantly retarded question please excuse my ignorance. Given this code: output is "A::foo". Is this correct? I would expect (want maybe :) ) to see output as "B::foo". If you need more information please let me know. TIA -dan