Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_sdl.c1543 int i, num_groups, num_types, num_elements, num_encoders, num_bindings, num_func; in get_sdl_from_cache() local
1600 WSDL_CACHE_GET_INT(num_types, &in); in get_sdl_from_cache()
1604 i = num_groups+num_types+num_elements; in get_sdl_from_cache()
1643 if (num_types > 0) { in get_sdl_from_cache()
1645 zend_hash_init(sdl->types, num_types, NULL, delete_type, 0); in get_sdl_from_cache()
1646 while (i < num_groups+num_types+1) { in get_sdl_from_cache()
1656 while (i < num_groups+num_types+num_elements+1) { in get_sdl_from_cache()

Completed in 25 milliseconds