Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40283 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22784 invoked from network); 5 Sep 2008 11:03:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2008 11:03:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:42578] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/95-27431-A1211C84 for ; Fri, 05 Sep 2008 07:03:55 -0400 Received: from [192.168.3.254] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTP id ED5ED6401F6; Fri, 5 Sep 2008 15:03:50 +0400 (MSD) Message-ID: <48C1120A.6090207@daylessday.org> Date: Fri, 05 Sep 2008 15:03:38 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20071114) MIME-Version: 1.0 To: Stan Vassilev | FM CC: PHP Internals List References: <20080904190717.aaz97tz688oogc4c@horde.chinstrap.eu> <48C01A91.6010501@daylessday.org> <1F1F55D1526B4BA1999B314C72CF56A6@pc> <48C0D927.7050600@daylessday.org> <928F85B0BF8247B197E9924A6D40CB6A@pc> In-Reply-To: <928F85B0BF8247B197E9924A6D40CB6A@pc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] ini-parsing, double quotes, windows in 5.3 From: tony@daylessday.org (Antony Dovgal) On 05.09.2008 14:57, Stan Vassilev | FM wrote: > I read it. \D in the same string isn't a legal escaped combination and this > is where the user will be warned. Nope. This is perfectly legal, too. # php -r 'var_dump("\W\H\A\T?");' string(9) "\W\H\A\T?" -- Wbr, Antony Dovgal