Home
last modified time | relevance | path

Searched refs:class_map (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/soap/
H A Dphp_soap.h97 HashTable *class_map; member
171 HashTable *class_map; variable
H A Dsoap.c484 SOAP_GLOBAL(class_map) = NULL; in PHP_RINIT_FUNCTION()
1421 old_class_map = SOAP_GLOBAL(class_map); in PHP_METHOD()
1422 SOAP_GLOBAL(class_map) = service->class_map; in PHP_METHOD()
1675 SOAP_GLOBAL(class_map) = old_class_map; in PHP_METHOD()
2350 old_class_map = SOAP_GLOBAL(class_map); in do_soap_call()
2353 SOAP_GLOBAL(class_map) = Z_ARRVAL_P(tmp); in do_soap_call()
2355 SOAP_GLOBAL(class_map) = NULL; in do_soap_call()
2485 SOAP_GLOBAL(class_map) = old_class_map; in do_soap_call()
4602 if (service->class_map) { in delete_service()
4603 zend_hash_destroy(service->class_map); in delete_service()
[all …]
H A Dphp_encoding.c453 if (check_class_map && SOAP_GLOBAL(class_map) && data && in master_to_xml_int()
460 ZEND_HASH_MAP_FOREACH_STR_KEY_VAL(SOAP_GLOBAL(class_map), type_name, tmp) { in master_to_xml_int()
1424 } else if (SOAP_GLOBAL(class_map) && type->type_str) { in to_zval_object_ex()
1428 classname = zend_hash_find_deref(SOAP_GLOBAL(class_map), type->clark_notation); in to_zval_object_ex()
1431 …classname = zend_hash_str_find_deref(SOAP_GLOBAL(class_map), type->type_str, strlen(type->type_str… in to_zval_object_ex()

Completed in 43 milliseconds