Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49808 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46405 invoked from network); 30 Sep 2010 13:37:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Sep 2010 13:37:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=adi.nita@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adi.nita@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: adi.nita@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:48404] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/90-43687-4A294AC4 for ; Thu, 30 Sep 2010 09:37:41 -0400 Received: by iwn37 with SMTP id 37so2872550iwn.29 for ; Thu, 30 Sep 2010 06:37:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=FjDuMzcQACAhJDTAAnYFkrr9wXYyw4E/7LgnU24IAvs=; b=lr/LhjUXDcFP6+VhgIuRABidHDlFJQUXZBzWupobk2zrPz/XVPYeEIIe1xSgP8a22g XJ5N8O+3ESUB0kPNQ6TM0to0Ocpy9lqJ+n8u51H6pjNXPrS6HWIf0hG4UcDKRtQgqQjW lVkBKk5a0utoHWSDpCUfnt/3l588Sd7q+BexQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=EGAy1V2wce1i8MRj8eTrPlODDmYqEgjtkakfH7D955RzhWWhPf4F924wIL/9rxXBlp 7SlbKp2G9VKgrAvQ9fhUXPWLOHyO2KBStduOXnGepcVea83c/bGYRkvVmUnE/K+S+b3X woTL5B/hqJZ6bP5HcmudjHEXv65OppMW4K+Lo= MIME-Version: 1.0 Received: by 10.231.10.135 with SMTP id p7mr3702441ibp.88.1285853857945; Thu, 30 Sep 2010 06:37:37 -0700 (PDT) Received: by 10.231.148.141 with HTTP; Thu, 30 Sep 2010 06:37:37 -0700 (PDT) In-Reply-To: <1285853478.16846.85.camel@guybrush> References: <9A.BD.52399.493A28C4@pb1.pair.com> <1283691991.2190.2.camel@guybrush> <111C9250-40A5-4D82-9DD8-9B99D651D652@crossconcept.de> <1285853478.16846.85.camel@guybrush> Date: Thu, 30 Sep 2010 16:37:37 +0300 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: Andre Baumeier , Alex Baumann , internals@lists.php.net Content-Type: multipart/alternative; boundary=00221532cf446f9a8004917a2eb7 Subject: Re: [PHP-DEV] Built-in function: between From: adi.nita@gmail.com (Adi Nita) --00221532cf446f9a8004917a2eb7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Perhaps a better idea would be to group the ones that we already have under a common namespace. But this is no news, though. Adrian 2010/9/30 Johannes Schl=FCter > On Thu, 2010-09-30 at 15:11 +0200, Andre Baumeier wrote: > > Am 05.09.2010 um 15:06 schrieb Johannes Schl=FCter: > > > > > preg_match('/PHP (.*) swesome/', 'PHP is awesome', $matches); > > > > > > > preg_match should be slower? > > Was that a question or a statement? > > I doubt it is really measurable and not worth adding another special > case function. We have enough of them. > > johannes > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --00221532cf446f9a8004917a2eb7--