Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95766 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26902 invoked from network); 8 Sep 2016 04:51:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2016 04:51:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain lerdorf.com designates 209.85.192.181 as permitted sender) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.192.181 mail-pf0-f181.google.com Received: from [209.85.192.181] ([209.85.192.181:34079] helo=mail-pf0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/A5-06456-24EE0D75 for ; Thu, 08 Sep 2016 00:51:15 -0400 Received: by mail-pf0-f181.google.com with SMTP id p64so13959576pfb.1 for ; Wed, 07 Sep 2016 21:51:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lerdorf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=X+P8m9iO90sx7LozWLJ++l3x1hiQAav4sBc7Z/3nBpQ=; b=x7jcKwelnhBw0SS3SYRKGvhfr/PCyte+Zr7u0CNuSRydnLXNIBsBdek6F+xtadCy72 dHJihG1CSs4HpMYYq+8tzEM++JbtnliJ/wu0Z1XYgRmEg8nCYz5Ej6O3kc4CnYp1DPlQ c4UKEWXMzL75WByzxOuhvJnqq4anqqFrl9UCzTAbnojX+20yNQMCxoAxKKqAZO4WrOeo znHEs0cL85+VQTH+7EEtVHqK+90mX7YBSogVPHx3aKPLgJv/VVPu1e6PFHWeUn8X1Ioi pzlWRBzAUdet0pFF5reMnVGRl2resEsf3N5VHC96eo0rknQdiomaeuqku+R1lRCAQcKl dWag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=X+P8m9iO90sx7LozWLJ++l3x1hiQAav4sBc7Z/3nBpQ=; b=i4DDZDwqt/2Evt2ew8DZjMCPC6K8ijp9H8OaUQrS2kETaFB/IsFmzDtUjDiBGmern5 dIrW5qeb8ucfJJuPcb4A/NVYXYnxSU117iKGEXT/Gllx0awpQowjrBtspCEaDoxMwkAZ fi7Lx0k2c5tymj6IO13KjMETs96g6rGsqLPp3deCxQiSvCAl8qeRZU2moAsv93HwFemB zyvTcfYFYy2HRTq7zC5MdhahCzx9bBB4A+GeRdgvoczNqJPRTRZFTYAssOmH0OxrpQbt Jbi8J4BSDiPRRCCZxMo6W0J80v016jZjRKs4kw25H8kGFd8RayhiI+JbUR5GOWFkhwnd ruxQ== X-Gm-Message-State: AE9vXwP3Hze3Nwd4/41qGmWd+fLy+6YGj337D1TtYDF4EJaQjC8pvVKMpNisXzhHPLuhCA== X-Received: by 10.98.57.151 with SMTP id u23mr88767367pfj.4.1473310271448; Wed, 07 Sep 2016 21:51:11 -0700 (PDT) Received: from ?IPv6:2601:647:4802:1669:ad11:ea7d:5943:5ea6? ([2601:647:4802:1669:ad11:ea7d:5943:5ea6]) by smtp.gmail.com with ESMTPSA id b20sm25572144pfb.55.2016.09.07.21.51.09 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 07 Sep 2016 21:51:09 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) X-Mailer: iPad Mail (13E234) In-Reply-To: Date: Wed, 7 Sep 2016 21:51:08 -0700 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Nicolas Grekas Subject: Re: [PHP-DEV] Missing reflection info about strict types? From: rasmus@lerdorf.com (Rasmus Lerdorf) On Sep 5, 2016, at 13:13, Nicolas Grekas wrote: >=20 > It's not specifically me but Symfony's ClassCollectionLoader::load() > method, which generates a single file with common classes inlined for > faster bootstrapping (the perf gain is objectively measurable). I have a hard time believing concatenating files is measurably faster with P= HP 7 and a well-configured opcache. -Rasmus=