Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_soap.h106 HashTable *class_map; member
178 HashTable *class_map; variable
H A Dsoap.c610 SOAP_GLOBAL(class_map) = NULL; in PHP_RINIT_FUNCTION()
1177 ALLOC_HASHTABLE(service->class_map); in PHP_METHOD()
1645 old_class_map = SOAP_GLOBAL(class_map);
1646 SOAP_GLOBAL(class_map) = service->class_map;
2471 zval *class_map; local
2473 MAKE_STD_ZVAL(class_map);
2474 MAKE_COPY_ZVAL(tmp, class_map);
2475 Z_DELREF_P(class_map);
2695 SOAP_GLOBAL(class_map) = NULL;
4920 if (service->class_map) {
[all …]
H A Dphp_encoding.c472 if (check_class_map && SOAP_GLOBAL(class_map) && data && in master_to_xml_int()
482 for (zend_hash_internal_pointer_reset_ex(SOAP_GLOBAL(class_map), &pos); in master_to_xml_int()
483 zend_hash_get_current_data_ex(SOAP_GLOBAL(class_map), (void **) &tmp, &pos) == SUCCESS; in master_to_xml_int()
484 zend_hash_move_forward_ex(SOAP_GLOBAL(class_map), &pos)) { in master_to_xml_int()
488 …zend_hash_get_current_key_ex(SOAP_GLOBAL(class_map), &type_name, &type_len, &idx, 0, &pos) == HASH… in master_to_xml_int()
1490 } else if (SOAP_GLOBAL(class_map) && type->type_str) { in to_zval_object_ex()
1494 …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 35 milliseconds