Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dphp_soap.h106 HashTable *class_map; member
171 HashTable *class_map; variable
H A Dsoap.c698 SOAP_GLOBAL(class_map) = NULL; in PHP_RINIT_FUNCTION()
1282 ALLOC_HASHTABLE(service->class_map); in PHP_METHOD()
1761 old_class_map = SOAP_GLOBAL(class_map);
1762 SOAP_GLOBAL(class_map) = service->class_map;
2653 zval *class_map; local
2655 MAKE_STD_ZVAL(class_map);
2656 MAKE_COPY_ZVAL(tmp, class_map);
2658 Z_DELREF_P(class_map);
2868 SOAP_GLOBAL(class_map) = NULL;
5065 if (service->class_map) {
[all …]
H A Dphp_encoding.c466 if (check_class_map && SOAP_GLOBAL(class_map) && data && in master_to_xml_int()
476 for (zend_hash_internal_pointer_reset_ex(SOAP_GLOBAL(class_map), &pos); in master_to_xml_int()
477 zend_hash_get_current_data_ex(SOAP_GLOBAL(class_map), (void **) &tmp, &pos) == SUCCESS; in master_to_xml_int()
478 zend_hash_move_forward_ex(SOAP_GLOBAL(class_map), &pos)) { in master_to_xml_int()
482 …zend_hash_get_current_key_ex(SOAP_GLOBAL(class_map), &type_name, &type_len, &idx, 0, &pos) == HASH… in master_to_xml_int()
1499 } else if (SOAP_GLOBAL(class_map) && type->type_str) { in to_zval_object_ex()
1503 …if (zend_hash_find(SOAP_GLOBAL(class_map), type->type_str, strlen(type->type_str)+1, (void**)&clas… in to_zval_object_ex()

Completed in 47 milliseconds