Searched refs:isnormal (Results 1 – 1 of 1) sorted by relevance
10 function xml_unserialize(&$xml, $isnormal = FALSE) { argument11 $xml_parser = new XML($isnormal);17 function xml_serialize($arr, $htmlon = FALSE, $isnormal = FALSE, $level = 1) { argument24 …$s .= $space."<item id=\"$k\">\r\n".xml_serialize($v, $htmlon, $isnormal, $level + 1).$space."</it…38 var $isnormal; variable in XML42 function __construct($isnormal) { argument43 $this->XML($isnormal);46 function XML($isnormal) { argument47 $this->isnormal = $isnormal;68 if(!$this->isnormal) {