Ask a Question related to PHP Development, Design and Development.
-
spam at tkz dot net #1
#26354 [Opn]: <Address> forced to lower case
ID: 26354
User updated by: spam at tkz dot net
Reported By: spam at tkz dot net
Status: Open
Bug Type: Output Control
Operating System: linux & windows xp
PHP Version: 4.3.3
New Comment:
accidently switched expected and actual results.
Previous Comments:
------------------------------------------------------------------------
[2003-11-21 14:45:23] spam at tkz dot net
Description:
------------
<?php
echo "<Address >blah</Address >";
echo "<Address>blah</Address>";
echo "<Add" . "ress>blah</Address>";
?>
displays:
<address>blah</address><address>blah</address><address>blah</address>
I can't seem to find a way to display Address as an XML tag. Somehow
it is automatically forced to be lower case! This is like a magic
number. If I mispell it then it comes through without modification, so
Address is a special case. I understand that functions are case
insensitive, but text shouldn't be case lowercase a magic word.
Reproduce code:
---------------
<?php
echo "<Address >blah</Address >";
echo "<Address>blah</Address>";
echo "<Add" . "ress>blah</Address>";
?>
Expected result:
----------------
<address>blah</address><address>blah</address><address>blah</address>
Actual result:
--------------
<Address>blah</Address><Address>blah</Address><Address>blah</Address>
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=26354&edit=1[/url]
spam at tkz dot net Guest
-
SOME of my lower case letters won't type!help
I'm having this problem. Some of my lower case letters won't type in Dreamweaver. I even erased the site. But my new one I can't type lower case... -
OT--Copperplate & Lower Case
Years ago, I stumbled across a Copperplate font that actually had a lower case character set with fine serifs and all. Can't remember where I saw it.... -
Lower case
Hi, On Wed, 2005-01-26 at 12:01 +0000, Vladimir S. Petukhov wrote: lower(), upper() and case insensitive search highly depend on the correct... -
#26354 [Opn->Bgs]: <Address> forced to lower case
ID: 26354 Updated by: elmicha@php.net Reported By: spam at tkz dot net -Status: Open +Status: Bogus... -
#26354 [NEW]: <Address> forced to lower case
From: spam at tkz dot net Operating system: linux & windows xp PHP version: 4.3.3 PHP Bug Type: Output Control Bug...



Reply With Quote

