Home
last modified time | relevance | path

Searched refs:typemap (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/ext/soap/tests/
H A Dtypemap010.phpt2 SOAP typemap 10: SoapServer support for typemap's to_xml() (SoapFault)
45 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap009.phpt2 SOAP typemap 9: SoapServer support for typemap's from_xml() (SoapFault)
45 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap012.phpt2 SOAP Typemap 12: SoapClient support for typemap's to_xml() (SoapFault)
28 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap001.phpt2 SOAP typemap 1: SoapServer support for typemap's from_xml()
50 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap002.phpt2 SOAP typemap 2: SoapServer support for typemap's to_xml()
45 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap005.phpt2 SOAP typemap 5: SoapServer support for typemap's from_xml() (without WSDL)
51 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap006.phpt2 SOAP typemap 6: SoapServer support for typemap's to_xml() (without WSDL, using SoapVar)
46 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap013.phpt2 SOAP typemap 13: SoapServer support for typemap's to_xml() with default ns
45 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap011.phpt2 SOAP Typemap 11: SoapClient support for typemap's from_xml() (SoapFault)
35 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap004.phpt2 SOAP Typemap 4: SoapClient support for typemap's to_xml()
28 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap003.phpt2 SOAP Typemap 3: SoapClient support for typemap's from_xml()
40 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap007.phpt2 SOAP Typemap 7: SoapClient support for typemap's from_xml() (without WSDL)
42 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
H A Dtypemap008.phpt2 SOAP Typemap 8: SoapClient support for typemap's to_xml() (without WSDL, using SoapVar)
30 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug66112.phpt11 …$client=new soapclient(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A")…
18 $s = new SoapServer(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A"))));
/PHP-5.5/ext/soap/
H A Dphp_soap.h100 HashTable *typemap; member
163 HashTable *typemap; variable
H A Dsoap.c577 soap_globals->typemap = NULL; in php_soap_init_globals()
603 SOAP_GLOBAL(typemap) = NULL; in PHP_RINIT_FUNCTION()
997 HashTable *typemap = NULL; in soap_create_typemap() local
1089 if (!typemap) { in soap_create_typemap()
1105 return typemap; in soap_create_typemap()
1648 SOAP_GLOBAL(typemap) = service->typemap;
2543 if (typemap) {
2675 FETCH_TYPEMAP_RES(typemap,tmp);
2698 SOAP_GLOBAL(typemap) = typemap;
4895 if (service->typemap) {
[all …]
H A Dphp_encoding.c421 if (enc == NULL && SOAP_GLOBAL(typemap)) { in master_to_xml_int()
431 if (zend_hash_find(SOAP_GLOBAL(typemap), nscat.c, nscat.len + 1, (void**)&new_enc) == SUCCESS) { in master_to_xml_int()
512 if (SOAP_GLOBAL(typemap) && encode->details.type_str) { in master_to_xml_int()
522 if (zend_hash_find(SOAP_GLOBAL(typemap), nscat.c, nscat.len + 1, (void**)&new_enc) == SUCCESS) { in master_to_xml_int()
546 if (SOAP_GLOBAL(typemap)) { in master_to_zval_int()
557 if (zend_hash_find(SOAP_GLOBAL(typemap), nscat.c, nscat.len + 1, (void**)&new_enc) == SUCCESS) { in master_to_zval_int()
580 if (zend_hash_find(SOAP_GLOBAL(typemap), nscat.c, nscat.len + 1, (void**)&new_enc) == SUCCESS) { in master_to_zval_int()

Completed in 42 milliseconds