Searched refs:_xml_to_array (Results 1 – 1 of 1) sorted by relevance
3657 private function _xml_to_array($root, $namespace = "cas") function in CAS_Client3692 $res = $this->_xml_to_array($child, $namespace);3694 $result[$child_nodeName] = $this->_xml_to_array($child, $namespace);3701 $result[$child_nodeName][] = $this->_xml_to_array($child, $namespace);3873 $attributes = $this->_xml_to_array($success_elements->item(0));