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

index f03674aa68c391a6abea481d9477a78b3933dfb7..d2a2c1db5b6c314f2d6e94e7e50ca56399f7f6be 100644 (file)
@@ -1166,6 +1166,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);