Zak Greant wrote:
> I talked to [EMAIL PROTECTED] about this quite some time ago. IIRC, we
> agreed that <<- heredoc syntax was an acceptable way to handle this.
> The <<- syntax would work like the same way as <<- in bash.
>
Hi Zak,
I worked for you :)
--
Yasuo Ohgaki
Index: Zend/zend_language_scanner.l
===================================================================
RCS file: /repository/Zend/zend_language_scanner.l,v
retrieving revision 1.43
diff -u -r1.43 zend_language_scanner.l
--- Zend/zend_language_scanner.l 2002/01/06 15:21:09 1.43
+++ Zend/zend_language_scanner.l 2002/01/30 12:20:35
@@ -1256,7 +1256,7 @@
}
-<ST_HEREDOC>^{LABEL}(";")?{NEWLINE} {
+<ST_HEREDOC>{LABEL}(";")?{NEWLINE} {
int label_len;
unsigned char unput_semicolon;
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]