Hi,
I'm using PHP/4.0.6. I suppose I found bug in PHP parser. There is PHP
code:
<?php
print( 'test' );
//print( "<?php print( 'aaa' ); ?>" );
/*print( "<?php print( 'aaa' ); ?>" );*/
?>
which produces strange output in www browser:
test" );
/*print( "aaa" );*/
?>
I my opinion there should be only text 'test' at www browser window.
Thank You for any comments.
Krzysztof Kocjan
----------R--E--K--L--A--M--A-----------
Zapal lampe w sypialni!
Swiatlo wzmaga apetyt na seks.
http://www.polki.interia.pl/seks/erotyka
--
PHP General 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]