From:             [EMAIL PROTECTED]
Operating system: LINUX
PHP version:      4.0.4pl1
PHP Bug Type:     Scripting Engine problem
Bug description:  commenting php closing tag

Is it a bug or a feature

this one will ignore the closing php tag
-------cut here---------
<?php

foofoofoo();
...

/*  ?>  */
------------------------

...whereas this won't:

-------cut here---------
<?php
echo "yahooooo!";  # ?>
------------------------





-- 
Edit Bug report at: http://bugs.php.net/?id=10559&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to