Home
last modified time | relevance | path

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

/PHP-7.1/ext/soap/
H A Dphp_sdl.c1531 int i, num_groups, num_types, num_elements, num_encoders, num_bindings, num_func; in get_sdl_from_cache() local
1687 WSDL_CACHE_GET_INT(num_func, &in); in get_sdl_from_cache()
1688 zend_hash_init(&sdl->functions, num_func, NULL, delete_function, 0); in get_sdl_from_cache()
1689 if (num_func > 0) { in get_sdl_from_cache()
1690 functions = safe_emalloc(num_func, sizeof(sdlFunctionPtr), 0); in get_sdl_from_cache()
1691 for (i = 0; i < num_func; i++) { in get_sdl_from_cache()

Completed in 18 milliseconds