Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56604 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94242 invoked from network); 24 Nov 2011 22:50:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2011 22:50:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=glopes@nebm.ist.utl.pt; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=glopes@nebm.ist.utl.pt; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nebm.ist.utl.pt from 193.136.128.22 cause and error) X-PHP-List-Original-Sender: glopes@nebm.ist.utl.pt X-Host-Fingerprint: 193.136.128.22 smtp2.ist.utl.pt Linux 2.6 Received: from [193.136.128.22] ([193.136.128.22:57942] helo=smtp2.ist.utl.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/3C-26290-C3ACECE4 for ; Thu, 24 Nov 2011 17:50:37 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp2.ist.utl.pt (Postfix) with ESMTP id B5BAE70004C0 for ; Thu, 24 Nov 2011 22:50:33 +0000 (WET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at ist.utl.pt Received: from smtp2.ist.utl.pt ([127.0.0.1]) by localhost (smtp2.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10025) with LMTP id 3pAC7oZWRkO9 for ; Thu, 24 Nov 2011 22:50:32 +0000 (WET) Received: from mail2.ist.utl.pt (mail.ist.utl.pt [IPv6:2001:690:2100:1::8]) by smtp2.ist.utl.pt (Postfix) with ESMTP id DA95B70003B3 for ; Thu, 24 Nov 2011 22:50:32 +0000 (WET) Received: from cataphract.cata.lo.geleia.net (cataphract.lo.geleia.net [IPv6:2001:470:94a2:1:b488:8610:90e4:7835]) (Authenticated sender: ist155741) by mail2.ist.utl.pt (Postfix) with ESMTPSA id AB6D02008D36 for ; Thu, 24 Nov 2011 22:50:31 +0000 (WET) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: internals@lists.php.net References: <20111123015008.GA12933@panix.com> <20111123023108.GA172@panix.com> <4ECCB549.904@lsces.co.uk> <4ECCBC56.3050602@sugarcrm.com> <20111123141408.GA11940@panix.com> <20111123153100.GB13420@panix.com> <4ECD37D9.8090604@lsces.co.uk> <4ECEA547.9070605@garfieldtech.com> <4ECEBF46.3090206@garfieldtech.com> Date: Thu, 24 Nov 2011 22:50:13 -0000 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Organization: =?utf-8?Q?N=C3=BAcleo_de_Eng=2E_Biom=C3=A9di?= =?utf-8?Q?ca_do_IST?= Message-ID: In-Reply-To: User-Agent: Opera Mail/11.52 (Win32) Subject: Re: [PHP-DEV] 5.4 regression: non-existent sub-sub keys now have values From: glopes@nebm.ist.utl.pt ("Gustavo Lopes") On Thu, 24 Nov 2011 22:44:46 -0000, Yasuo Ohgaki wrote: > find ../php-src-5.3/Zend/ -name "*.[ch]" | xargs grep -n "Cannot use > string offset as an array" | wc -l111 > I thought there are much less lines to raise notice for string offset > access, but it isn't. It almost everywhere in vm. Now I understand > the reason why Stats and Rusmus cares about decreased performance with > notices. > This is just due to opcode handler specialization. In the source code there are 7 instances in 5.4 and 10 in 5.3. -- Gustavo Lopes