ID: 42277 Updated by: [EMAIL PROTECTED] Reported By: partyspb at yandex dot ru -Status: Open +Status: Feedback Bug Type: *General Issues Operating System: FreeBSD 6.1-RELEASE PHP Version: 5.2.4RC1 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. . Previous Comments: ------------------------------------------------------------------------ [2007-08-12 13:30:21] partyspb at yandex dot ru Description: ------------ PHP 5.2.3 bug in processing commentary code: $my_var='1'; function my_fun() {//my text (I use russian) GLOBAL $my_var; $var=$my_var; echo $var; } my_fun(); return: Notice: Undefined variable: $my_var ....... (don't job "GLOBAL") but if replace //my text to /* my text */ return: 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42277&edit=1
