From:             [EMAIL PROTECTED]
Operating system: na
PHP version:      5CVS-2004-01-17 (dev)
PHP Bug Type:     Performance problem
Bug description:  tokenizer extension doesn't recognize all T_DOC_COMMENT tokens

Description:
------------
this parses as a T_DOC_COMMENT:

/**
 * no problem
 */


but this does not:

/[EMAIL PROTECTED]
 * problem
 */

both doxygen and phpDocumentor use special information after the initial
/** to identify special docblocks.


-- 
Edit bug report at http://bugs.php.net/?id=26948&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26948&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26948&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26948&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26948&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26948&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26948&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26948&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26948&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26948&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26948&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26948&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26948&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26948&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26948&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26948&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26948&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26948&r=float

Reply via email to