Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27341 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30753 invoked by uid 1010); 9 Jan 2007 17:40:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30737 invoked from network); 9 Jan 2007 17:40:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jan 2007 17:40:14 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:56291] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/73-22290-B73D3A54 for ; Tue, 09 Jan 2007 12:40:13 -0500 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-3) with ESMTP id l09He7Qs025128; Tue, 9 Jan 2007 09:40:07 -0800 In-Reply-To: <006a01c7339c$db294c20$0201a8c0@pc1> References: <006a01c7339c$db294c20$0201a8c0@pc1> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <1e37a03ade4362c8cd977cb4f4d8da77@gravitonic.com> Content-Transfer-Encoding: 7bit Cc: Date: Tue, 9 Jan 2007 09:40:46 -0800 To: "Matt Wilmas" X-Mailer: Apple Mail (2.624) Subject: Re: [PHP-DEV] [PATCH] Syntax highlighting with 'b' string prefix From: andrei@gravitonic.com (Andrei Zmievski) Applied, thanks. On Jan 8, 2007, at 7:18 PM, Matt Wilmas wrote: > Hi all, > > Just noticed that the 'b' prefix doesn't appear in syntax > highlighting, nor > Tokenizer extension, with T_CONSTANT_ENCAPSED_STRING (and with > heredocs in > 5.2). That's because yytext is incremented. I've attached patches > (didn't > test HEAD's) with a quick fix if it's acceptable. :-) > > > Matt > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php