Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56603 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92394 invoked from network); 24 Nov 2011 22:45:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Nov 2011 22:45:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:48660] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/DB-26290-909CECE4 for ; Thu, 24 Nov 2011 17:45:30 -0500 Received: by ggnk1 with SMTP id k1so3349028ggn.29 for ; Thu, 24 Nov 2011 14:45:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=u1GzWBQiR03oCihzQrHqWKMD+uhActoo8y9l6IsTcKA=; b=LU8zVybw/upP5RR4KwsZ68W5Y0L2WHoH5zD9lnZbGu3o44kQCegcFvO29zV6p33IAP yciFH9PvO7Xlbw3tGuMPMhUvNnYxdxFJhLk5cCyW0rvmsNzznK3dqvYXAOIqD2yGmhsA 5gKzgneaB02Cif2lW4nNUlmkuUemiC5QYAzUg= Received: by 10.236.180.200 with SMTP id j48mr44095480yhm.26.1322174727055; Thu, 24 Nov 2011 14:45:27 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.100.127.18 with HTTP; Thu, 24 Nov 2011 14:44:46 -0800 (PST) In-Reply-To: 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: Fri, 25 Nov 2011 07:44:46 +0900 X-Google-Sender-Auth: Pdp_msEYysp9O2D1jIpfqtMYg0E Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] 5.4 regression: non-existent sub-sub keys now have values From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, Just FYI 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. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net