Hi
I'm not sure whether it's really a bug.
The following sample code will emit a parse error. 
<?php
    if(true){
        //echo '<?php date('Y-m-d H:i:s'); ?>';
        echo 'afafa';
    }
?>

The parser treate the PHP tag within the commented line as a normal tag .




-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to