Searched refs:class_map (Results 1 – 3 of 3) sorted by relevance
104 HashTable *class_map; member176 HashTable *class_map; variable
610 SOAP_GLOBAL(class_map) = NULL; in PHP_RINIT_FUNCTION()1662 old_class_map = SOAP_GLOBAL(class_map);1663 SOAP_GLOBAL(class_map) = service->class_map;1958 SOAP_GLOBAL(class_map) = old_class_map;2659 old_class_map = SOAP_GLOBAL(class_map);2662 SOAP_GLOBAL(class_map) = Z_ARRVAL_P(tmp);2664 SOAP_GLOBAL(class_map) = NULL;2793 SOAP_GLOBAL(class_map) = old_class_map;4846 if (service->class_map) {4847 zend_hash_destroy(service->class_map);[all …]
452 if (check_class_map && SOAP_GLOBAL(class_map) && data && in master_to_xml_int()459 ZEND_HASH_FOREACH_STR_KEY_VAL(SOAP_GLOBAL(class_map), type_name, tmp) { in master_to_xml_int()1417 } else if (SOAP_GLOBAL(class_map) && type->type_str) { in to_zval_object_ex()1421 …if ((classname = zend_hash_str_find_deref(SOAP_GLOBAL(class_map), type->type_str, strlen(type->typ… in to_zval_object_ex()
Completed in 52 milliseconds