Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49805 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41118 invoked from network); 30 Sep 2010 13:11:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Sep 2010 13:11:43 -0000 Authentication-Results: pb1.pair.com header.from=ab@crossconcept.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ab@crossconcept.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain crossconcept.de from 93.90.176.9 cause and error) X-PHP-List-Original-Sender: ab@crossconcept.de X-Host-Fingerprint: 93.90.176.9 hex1.providerbox.de Windows 2000 SP4, XP SP1 Received: from [93.90.176.9] ([93.90.176.9:22863] helo=hex1.providerbox.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/A0-37566-D8C84AC4 for ; Thu, 30 Sep 2010 09:11:42 -0400 Received: from HEXMBXCCR.providerbox.de ([93.90.181.27]) by hex1.providerbox.de ([93.90.176.9]) with mapi; Thu, 30 Sep 2010 15:11:38 +0200 To: =?iso-8859-1?Q?Johannes_Schl=FCter?= CC: Alex Baumann , "internals@lists.php.net" Date: Thu, 30 Sep 2010 15:11:37 +0200 Thread-Topic: [PHP-DEV] Built-in function: between Thread-Index: ActgoQPMGxnKO73tTWOWUTicVcpqcg== Message-ID: <111C9250-40A5-4D82-9DD8-9B99D651D652@crossconcept.de> References: <9A.BD.52399.493A28C4@pb1.pair.com> <1283691991.2190.2.camel@guybrush> In-Reply-To: <1283691991.2190.2.camel@guybrush> Accept-Language: de-DE Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [PHP-DEV] Built-in function: between From: ab@crossconcept.de (Andre Baumeier) Am 05.09.2010 um 15:06 schrieb Johannes Schl=FCter: > preg_match('/PHP (.*) swesome/', 'PHP is awesome', $matches); >=20 preg_match should be slower?