ID: 11943
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Summary: some problem with having a "<LINK>" string, it goes downcase..
Old Status: Closed
Status: Bogus
Bug Type: *General Issues
Operating System: gnu/linux 2.4.5
PHP Version: 4.0.6


Previous Comments:
------------------------------------------------------------------------

[2001-07-06 21:30:13] [EMAIL PROTECTED]

<?
$a = "LINK";
$b = "<$a>";
echo $b;
?>

the result of this script is: <link>
it changes to downcase, it only output's correct if i take off the <'s or change $a 
to, for example "LINKA".
i asked some friend of mine with php-4.0.4pl1 on windows and he got the same output.


 './configure' '--with-apache=../apache_1.3.20/' '--enable-magic-quotes' 
'--enable-calendar' '--enable-ctype' '--with-dom=/usr/local/' '--enable-ftp' 
'--with-mcrypt' '--with-mhash' '--with-mysql=/usr/local/mysql/' '--enable-trans-sid' 
'--with-sablot' '--enable-sockets' '--with-zlib' '--enable-bcmath' 
'--with-db3=/usr/local/BerkeleyDB.3.2/' '--with-pgsql=/usr/local/pgsql/'


------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11943&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