ID:               36513
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Assigned
 Bug Type:         Scripting Engine problem
-Operating System: Windows/Linux
+Operating System: *
 PHP Version:      5CVS-2006-02-24 (snap)
-Assigned To:      
+Assigned To:      dmitry
 New Comment:

Does not happen with PHP 4, does happen with PHP 5 and 6..


Previous Comments:
------------------------------------------------------------------------

[2006-02-24 22:10:25] [EMAIL PROTECTED]

I applied the patch and the bug is gone :)

------------------------------------------------------------------------

[2006-02-24 15:49:32] mv-php at binarysec dot com

Hello,  
 
A patch can be found at 
http://badcode.be/~descript/PHP/php-5.1.zend_language_scanner.l.patch 
 
-michael

------------------------------------------------------------------------

[2006-02-24 14:19:43] [EMAIL PROTECTED]

Description:
------------
If i have a php file with no ending ?> no newline at the end and the
last line is a comment like this //} the comment "//}" will be printed
to the output.

this happens just with
<? //}
no chars behind } and no newline

this bug occurs with php cli too.

php -r '//}'
outputs //}

Reproduce code:
---------------
<?//}

Expected result:
----------------
empty output

Actual result:
--------------
//}


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36513&edit=1

Reply via email to