ID: 26948 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5CVS-2004-01-17 (dev) New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try avoid embedding huge scripts into the report. Previous Comments: ------------------------------------------------------------------------ [2004-01-17 14:11:15] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=26948&edit=1