jani Tue, 08 Dec 2009 16:32:26 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=291882
Log: ws Changed paths: U php/php-src/trunk/Zend/zend_highlight.c Modified: php/php-src/trunk/Zend/zend_highlight.c =================================================================== --- php/php-src/trunk/Zend/zend_highlight.c 2009-12-08 16:32:01 UTC (rev 291881) +++ php/php-src/trunk/Zend/zend_highlight.c 2009-12-08 16:32:26 UTC (rev 291882) @@ -131,7 +131,7 @@ zend_html_puts(LANG_SCNG(yy_text), LANG_SCNG(yy_leng) TSRMLS_CC); if (Z_TYPE(token) == IS_STRING || - Z_TYPE(token) == IS_UNICODE) { + Z_TYPE(token) == IS_UNICODE) { switch (token_type) { case T_OPEN_TAG: case T_OPEN_TAG_WITH_ECHO: @@ -185,7 +185,7 @@ /* read the following character, either newline or ; */ if (lex_scan(&token TSRMLS_CC) != T_WHITESPACE) { zend_write(LANG_SCNG(yy_text), LANG_SCNG(yy_leng)); - } + } zend_write("\n", sizeof("\n") - 1); prev_space = 1; Z_TYPE(token) = 0; @@ -197,7 +197,7 @@ } if (Z_TYPE(token) == IS_STRING || - Z_TYPE(token) == IS_UNICODE) { + Z_TYPE(token) == IS_UNICODE) { switch (token_type) { case T_OPEN_TAG: case T_OPEN_TAG_WITH_ECHO:
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php