|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-06-23 02:59 UTC] requinix@php.net
-Status: Open
+Status: Feedback
[2016-06-23 02:59 UTC] requinix@php.net
[2016-07-03 04:22 UTC] php-bugs at lists dot php dot net
[2016-07-10 01:43 UTC] jim dot michaels at Jesusnjim dot com
-Status: No Feedback
+Status: Closed
[2016-07-10 01:43 UTC] jim dot michaels at Jesusnjim dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 14:00:01 2025 UTC |
Description: ------------ the case of var_dump() of an XML element in $xmlArray's ['tag'] is different than xml file's tag. xml is supposed to be all lower case, or maybe it is even case sensitive. w3.org has appropriate spec, but it is licensed in a visually intrusive way, which I am hoping will go away or be rewritten to require less support costs. Expected result: ---------------- either all lower case or same case as source xml file. Actual result: -------------- ( [tag] => VISITOR [type] => complete [level] => 5 [attributes] => Array ( [PRIORITY] => 0.8 [HREF] => /studies/personal/joy.html [TITLE] => Joy ) ) [tag]: wrong case