|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-30 06:16 UTC] rasmus@php.net
[2000-07-30 07:01 UTC] rasmus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 21:00:01 2025 UTC |
// Begin of file.php <font size="+1"><? echo "haha" ;?><b>HAHAH</b></font> ........... // End of file.php I found that the first tag after <? ?> couldn't be kept correctly. Say: // Begin of my test script $fp = fopen('file.php','r') ; echo fgetss($fp,100,"<font><b>") ; // End of my test script The result would be <font size="+1">HAHAH</b></font>, Seems that the first tag after <? ?>(<b> in this case) will lost. My php.ini file is the same as php.ini-optimized.