Searched refs:xml_encoding (Results 1 – 6 of 6) sorted by relevance
82 var $xml_encoding = ''; variable in nusoap_server320 $this->xml_encoding = strtoupper($enc);322 $this->xml_encoding = 'US-ASCII';326 $this->xml_encoding = 'ISO-8859-1';349 $this->xml_encoding = strtoupper($enc);351 $this->xml_encoding = 'US-ASCII';355 $this->xml_encoding = 'ISO-8859-1';383 $this->xml_encoding = strtoupper($enc);385 $this->xml_encoding = 'US-ASCII';389 $this->xml_encoding = 'ISO-8859-1';[all …]
18 var $xml_encoding = ''; variable in nusoap_parser63 $this->xml_encoding = $encoding;74 $xml_encoding = $res[1];75 if (strtoupper($xml_encoding) != $encoding) {76 …ent-Type '" . $encoding . "' does not match encoding from XML declaration '" . $xml_encoding . "'";78 if ($encoding != 'ISO-8859-1' || strtoupper($xml_encoding) != 'UTF-8') {94 $this->parser = xml_parser_create($this->xml_encoding);98 xml_parser_set_option($this->parser, XML_OPTION_TARGET_ENCODING, $this->xml_encoding);413 if ($this->xml_encoding=='UTF-8'){
42 var $xml_encoding = ''; // character set encoding of incoming (response) messages variable in nusoap_client494 $this->xml_encoding = strtoupper($enc);496 $this->xml_encoding = 'US-ASCII';500 $this->xml_encoding = 'ISO-8859-1';502 $this->debug('Use encoding: ' . $this->xml_encoding . ' when creating nusoap_parser');503 $parser = new nusoap_parser($data,$this->xml_encoding,$this->operation,$this->decode_utf8);
3491 var $xml_encoding = ''; variable in nusoap_server3729 $this->xml_encoding = strtoupper($enc);3731 $this->xml_encoding = 'US-ASCII';3735 $this->xml_encoding = 'ISO-8859-1';3758 $this->xml_encoding = strtoupper($enc);3760 $this->xml_encoding = 'US-ASCII';3764 $this->xml_encoding = 'ISO-8859-1';3792 $this->xml_encoding = strtoupper($enc);3794 $this->xml_encoding = 'US-ASCII';3798 $this->xml_encoding = 'ISO-8859-1';[all …]
50 - soapclient: force xml_encoding to upper case52 - soap_server: force xml_encoding to upper case
3104 var $xml_encoding = ''; variable in soap_server3342 $this->xml_encoding = strtoupper($enc);3344 $this->xml_encoding = 'US-ASCII';3348 $this->xml_encoding = 'ISO-8859-1';3371 $this->xml_encoding = strtoupper($enc);3373 $this->xml_encoding = 'US-ASCII';3377 $this->xml_encoding = 'ISO-8859-1';3405 $this->xml_encoding = strtoupper($enc);3407 $this->xml_encoding = 'US-ASCII';3411 $this->xml_encoding = 'ISO-8859-1';[all …]