Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69099 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54736 invoked from network); 12 Sep 2013 14:49:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Sep 2013 14:49:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.43 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.215.43 mail-la0-f43.google.com Received: from [209.85.215.43] ([209.85.215.43:64653] helo=mail-la0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/DD-12981-B64D1325 for ; Thu, 12 Sep 2013 10:49:15 -0400 Received: by mail-la0-f43.google.com with SMTP id ep20so8965099lab.30 for ; Thu, 12 Sep 2013 07:49:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=HY0IuVtiA1eluE8Wv5xuE5X32n0s+VquoPhU5/Zh10s=; b=b4sqWnM5WbmcJG4rPYea57YVB0GmuVLcJ8r0GC2S+8pC2coQ9q7TLVTIvdSMOMpzX+ GWv3b+2JRLxtw7tw4zrd5kmR/r1IbWohiaxFM+LSn1LQpLNkuh30D2H0iQXK1GnauUCX 3fTFpq4G0VmisaRaiwGcdmBWGOOOJh1xut9xlQHzLZq5tLa75oKX+iuzerzNgaheNFNu PSM722WwpBcIJZDjGHfscmFHDSAdpBixIkV6GMd/pegoEv/Evk2p72OvjFASSOiTjhuD Vm1J/upPGhA7E8BpJZPzBNu5+DpBmXGwtnqr87B8PqWykHJQUM5LNFHpq/RRhmIBY34W ZkhA== MIME-Version: 1.0 X-Received: by 10.152.44.225 with SMTP id h1mr6552840lam.15.1378997352460; Thu, 12 Sep 2013 07:49:12 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Thu, 12 Sep 2013 07:49:12 -0700 (PDT) In-Reply-To: References: Date: Thu, 12 Sep 2013 16:49:12 +0200 X-Google-Sender-Auth: N842jTydJfkQtAJx114aP-8VcNg Message-ID: To: Bob Weinand Cc: Benjamin Eberlei , Developers List PHP Mailing Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Support for keywords where possible From: mike@php.net (Michael Wallner) On 12 September 2013 16:34, Bob Weinand wrote: > As Benjamin suggested, here the best running times of "time phpunit" in t= he symfony test suite: > > With patch: > real 0m30.885s > user 0m14.713s > sys 0m2.123s > > Without patch: > real 0m31.380s > user 0m14.865s > sys 0m2.170s > > Seems that it is very similar (I have here variances of =C2=B12 seconds= =E2=80=A6) So I think my patch doesn't have a huge impact. Looks good to me. --=20 Regards, Mike