Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_soap.h103 HashTable *class_map; member
175 HashTable *class_map; variable
H A Dsoap.c607 SOAP_GLOBAL(class_map) = NULL; in PHP_RINIT_FUNCTION()
1639 old_class_map = SOAP_GLOBAL(class_map);
1640 SOAP_GLOBAL(class_map) = service->class_map;
1939 SOAP_GLOBAL(class_map) = old_class_map;
2657 old_class_map = SOAP_GLOBAL(class_map);
2660 SOAP_GLOBAL(class_map) = Z_ARRVAL_P(tmp);
2662 SOAP_GLOBAL(class_map) = NULL;
2791 SOAP_GLOBAL(class_map) = old_class_map;
4888 if (service->class_map) {
4889 zend_hash_destroy(service->class_map);
[all …]
H A Dphp_encoding.c450 if (check_class_map && SOAP_GLOBAL(class_map) && data && in master_to_xml_int()
457 ZEND_HASH_FOREACH_STR_KEY_VAL(SOAP_GLOBAL(class_map), type_name, tmp) { in master_to_xml_int()
1386 } else if (SOAP_GLOBAL(class_map) && type->type_str) { in to_zval_object_ex()
1390 …if ((classname = zend_hash_str_find_deref(SOAP_GLOBAL(class_map), type->type_str, strlen(type->typ… in to_zval_object_ex()

Completed in 29 milliseconds