Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86386 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43138 invoked from network); 25 May 2015 18:32:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2015 18:32:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=ua.san.alex@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ua.san.alex@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.171 as permitted sender) X-PHP-List-Original-Sender: ua.san.alex@gmail.com X-Host-Fingerprint: 209.85.213.171 mail-ig0-f171.google.com Received: from [209.85.213.171] ([209.85.213.171:33793] helo=mail-ig0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/41-36604-5CA63655 for ; Mon, 25 May 2015 14:32:38 -0400 Received: by igbhj9 with SMTP id hj9so42773795igb.1 for ; Mon, 25 May 2015 11:32:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=F4fM6fExhD5ccW05nzMS76QRqcsGwtdkzGfYFFDfsc4=; b=SoFovebyECbn13rJEeMzOCYCvWydJNbOSwsKKuZPrFnMwmrbR3qYSPQO95Jv2qJOgO x3Ve6BAQz9Y4PCconu5NxrQNeEt67SKsLDjTCYIDsX1b9+ogy57ePNAdTNwxiRq8f+20 pNfJRI46ZVkNYVO9NoFN28s80m0F6cQ0AHqfbee1TavFUiwRBJq/QNPnkUAoodIa3fpg f35rW/yQqJRo2OM2op7VAhBpVheYl3HPDFO2ebTlNeY6VxfuSLYpW3d36aAFy9eFxG5S kbN33Vh9c0DAwAz5Ofb/PYNMt0+DAfQFk/AGQMeW3ZksatO1/clB7lLnVYubxBsloKfJ OXOA== MIME-Version: 1.0 X-Received: by 10.50.93.69 with SMTP id cs5mr25385663igb.4.1432578754523; Mon, 25 May 2015 11:32:34 -0700 (PDT) Received: by 10.50.246.20 with HTTP; Mon, 25 May 2015 11:32:34 -0700 (PDT) In-Reply-To: <9ie6mat08lojsej8l4lilqi67migpq9dc7@4ax.com> References: <55631D05.2040903@gmx.de> <9ie6mat08lojsej8l4lilqi67migpq9dc7@4ax.com> Date: Mon, 25 May 2015 21:32:34 +0300 Message-ID: To: Jan Ehrhardt Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Fatal error: isset(CONST_ARRAY['key']) PHP 5.6 From: ua.san.alex@gmail.com ("S.A.N") > There was some discussion on contant arrays on Stackoverflow with an > answer by Andrea Faulds (with a link to changes between 5.6 and 7.0): > http://stackoverflow.com/a/27413238/872051 Ok, thank. Why the speed of access to const the array ARR['key'] is 500% slower, in comparison with the variable $arr['key']?