Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49464 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31292 invoked from network); 19 Aug 2010 18:06:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2010 18:06:01 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:63673] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/F4-00261-4827D6C4 for ; Thu, 19 Aug 2010 14:05:56 -0400 Received: by gyd10 with SMTP id 10so1164593gyd.29 for ; Thu, 19 Aug 2010 11:05:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=EB7XidI0ctYEo9SWqkY6NUT1pRqw6nDHP37/oblw7YU=; b=EdON3QkcYiLMWqB8fUiY8QGUKsaVN59Ubb7fexZ9gNcp0tkpPRfoIKvGWk7OQ1YfWE eNFPr4lj2gDfXRS3FomeWFupLk8PMfDLg+eLEpu87IzQylrHQ5lkBcokLYW6GmpjWPcy sGwKOclFuqLGpK0ZV/mjw62GnpSXPgRoq/tlA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=cCWJ/HGEoEDgQu3lRHpLl7xP+nvHvH/hJOhBK4wwOHx720tKgG9osj4GFj2gx8k2DY 2PhvlbzuRBbEozHImMpcxnArYqSEOYhQtOtmU9XYdIBAZFqxpP9Cykz7bhkUKon5Zj2e 2CgF8mcP3y3e/lHPJlFvzPxrxtjyK+OYHMaBU= MIME-Version: 1.0 Received: by 10.100.164.19 with SMTP id m19mr224723ane.154.1282241153413; Thu, 19 Aug 2010 11:05:53 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.231.166.83 with HTTP; Thu, 19 Aug 2010 11:05:53 -0700 (PDT) In-Reply-To: <4C6D6194.6010202@sugarcrm.com> References: <4C6CE273.2070501@sugarcrm.com> <4C6CE604.1010209@dmi.me.uk> <4C6CE793.1020601@sugarcrm.com> <4C6CEBE4.3070306@dmi.me.uk> <4C6D6194.6010202@sugarcrm.com> Date: Thu, 19 Aug 2010 20:05:53 +0200 X-Google-Sender-Auth: z1YvkHd-LzFGZS915f1cXTsx-1w Message-ID: To: Stas Malyshev Cc: Dave Ingram , PHP Internals Content-Type: multipart/alternative; boundary=0016e642dd66774950048e3108c4 Subject: Re: [PHP-DEV] inheritance check too strict? From: info@tyrael.hu (Ferenc Kovacs) --0016e642dd66774950048e3108c4 Content-Type: text/plain; charset=UTF-8 > > > Arguments being silently ignored sounds like a potential bug to me. I >> know it's something I've seen in code I've maintained. >> > > No, it's not a bug - extra arguments were silently ignored in PHP since the > dawn of time. I know that you know this, but I want this to be clear: the extra args ignored only from the class definition point of view, they can be harvested by the func_get_args() function. Tyrael --0016e642dd66774950048e3108c4--