Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57396 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31312 invoked from network); 17 Jan 2012 13:12:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2012 13:12:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=juzna.cz@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=juzna.cz@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: juzna.cz@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:60702] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/C5-02309-3B3751F4 for ; Tue, 17 Jan 2012 08:12:19 -0500 Received: by iaoo28 with SMTP id o28so2450285iao.29 for ; Tue, 17 Jan 2012 05:12:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=iUhAwWqK5Bt2eljRj7xsoxQCj4wGSAC9Ma9C1GZTtVA=; b=C40b7xtiF93/lsJjmdlug2KCYKC+2X5SiLmQMHG+JA7Ve8jnKKOGWQ2O2dXD9CCOs8 N3aWfWxqsu6FucmMWYoHG0DzTJEwoy92j85XYzWIWQwrXakm02Y9n22o0omqe0a2Kja3 17ibS0ZlF77WKKJWQN24y2AF6pShkN492r+9c= Received: by 10.42.168.133 with SMTP id w5mr6209851icy.38.1326805936192; Tue, 17 Jan 2012 05:12:16 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.203.81 with HTTP; Tue, 17 Jan 2012 05:11:54 -0800 (PST) In-Reply-To: References: Date: Tue, 17 Jan 2012 14:11:54 +0100 Message-ID: To: Nikita Popov Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Reflection to remove final From: juzna.cz@gmail.com (Jan Dolecek) > Why did you choose to make the argument to setFinal() optional? > setAccessible() doesn't do this. To be honest I didn't check the setAccessible method first. It just seemed natural to me, that $refl->setFinal() makes it final even without true as an argument. Jan Dolecek juzna.cz@gmail.com