Searched refs:typemap (Results 1 – 19 of 19) sorted by relevance
/php-src/ext/soap/tests/ |
H A D | typemap009.phpt | 2 SOAP typemap 9: SoapServer support for typemap's from_xml() (SoapFault) 45 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap010.phpt | 2 SOAP typemap 10: SoapServer support for typemap's to_xml() (SoapFault) 45 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap012.phpt | 2 SOAP Typemap 12: SoapClient support for typemap's to_xml() (SoapFault) 28 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap001.phpt | 2 SOAP typemap 1: SoapServer support for typemap's from_xml() 50 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap002.phpt | 2 SOAP typemap 2: SoapServer support for typemap's to_xml() 45 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap005.phpt | 2 SOAP typemap 5: SoapServer support for typemap's from_xml() (without WSDL) 51 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap006.phpt | 2 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 D | typemap013.phpt | 2 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 D | typemap003.phpt | 2 SOAP Typemap 3: SoapClient support for typemap's from_xml() 40 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap011.phpt | 2 SOAP Typemap 11: SoapClient support for typemap's from_xml() (SoapFault) 35 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap004.phpt | 2 SOAP Typemap 4: SoapClient support for typemap's to_xml() 28 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap007.phpt | 2 SOAP Typemap 7: SoapClient support for typemap's from_xml() (without WSDL) 42 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
H A D | typemap008.phpt | 2 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-src/ext/soap/tests/bugs/ |
H A D | bug66112.phpt | 11 …$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"))));
|
H A D | bug79536.phpt | 50 'typemap' => array(array("type_ns" => "http://schemas.nothing.com",
|
/php-src/ext/soap/ |
H A D | php_soap.h | 91 HashTable *typemap; member 157 HashTable *typemap; variable
|
H A D | soap.c | 444 soap_globals->typemap = NULL; in php_soap_init_globals() 477 SOAP_GLOBAL(typemap) = NULL; in PHP_RINIT_FUNCTION() 799 HashTable *typemap = NULL; in soap_create_typemap() local 878 if (!typemap) { in soap_create_typemap() 893 return typemap; in soap_create_typemap() 1424 SOAP_GLOBAL(typemap) = service->typemap; in PHP_METHOD() 2202 if (typemap) { in PHP_METHOD() 2335 typemap = Z_ARR_P(tmp); in do_soap_call() 2358 SOAP_GLOBAL(typemap) = typemap; in do_soap_call() 4583 if (service->typemap) { in delete_service() [all …]
|
H A D | soap.stub.php | 543 private ?array $typemap = null; variable in SoapClient
|
H A D | php_encoding.c | 408 if (enc == NULL && SOAP_GLOBAL(typemap)) { in master_to_xml_int() 417 enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s); in master_to_xml_int() 489 if (SOAP_GLOBAL(typemap) && encode->details.type_str) { in master_to_xml_int() 499 if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) { in master_to_xml_int() 521 if (SOAP_GLOBAL(typemap)) { in master_to_zval_int() 532 if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) { in master_to_zval_int() 555 if ((new_enc = zend_hash_find_ptr(SOAP_GLOBAL(typemap), nscat.s)) != NULL) { in master_to_zval_int()
|
Completed in 45 milliseconds