Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_soap.h106 HashTable *class_map; member
178 HashTable *class_map; variable
H A Dsoap.c612 SOAP_GLOBAL(class_map) = NULL; in PHP_RINIT_FUNCTION()
1200 ALLOC_HASHTABLE(service->class_map); in PHP_METHOD()
1665 old_class_map = SOAP_GLOBAL(class_map);
1666 SOAP_GLOBAL(class_map) = service->class_map;
2491 zval *class_map; local
2493 MAKE_STD_ZVAL(class_map);
2494 MAKE_COPY_ZVAL(tmp, class_map);
2495 Z_DELREF_P(class_map);
2715 SOAP_GLOBAL(class_map) = NULL;
4940 if (service->class_map) {
[all …]
H A Dphp_encoding.c470 if (check_class_map && SOAP_GLOBAL(class_map) && data && in master_to_xml_int()
480 for (zend_hash_internal_pointer_reset_ex(SOAP_GLOBAL(class_map), &pos); in master_to_xml_int()
481 zend_hash_get_current_data_ex(SOAP_GLOBAL(class_map), (void **) &tmp, &pos) == SUCCESS; in master_to_xml_int()
482 zend_hash_move_forward_ex(SOAP_GLOBAL(class_map), &pos)) { in master_to_xml_int()
486 …zend_hash_get_current_key_ex(SOAP_GLOBAL(class_map), &type_name, &type_len, &idx, 0, &pos) == HASH… in master_to_xml_int()
1488 } else if (SOAP_GLOBAL(class_map) && type->type_str) { in to_zval_object_ex()
1492 …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 41 milliseconds