]> granicus.if.org Git - php/commitdiff
- Fix doc comment handling
authorMarcus Boerger <helly@php.net>
Sun, 13 Feb 2005 13:50:48 +0000 (13:50 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 13 Feb 2005 13:50:48 +0000 (13:50 +0000)
Zend/zend_language_scanner.l

index c5e8095047cf310ba90dab25c9b3080a0fa7c027..801db4bc3e452b2d1cb63d4c8cabb2e9a96cf171 100644 (file)
@@ -1167,6 +1167,7 @@ NEWLINE ("\r"|"\n"|"\r\n")
 
 
 <ST_IN_SCRIPTING>"}" {
+       RESET_DOC_COMMENT();
        /* This is a temporary fix which is dependant on flex and it's implementation */
        if (yy_start_stack_ptr) {
                yy_pop_state(TSRMLS_C);