Home
last modified time | relevance | path

Searched refs:num_func (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
1699 WSDL_CACHE_GET_INT(num_func, &in); in get_sdl_from_cache()
1700 zend_hash_init(&sdl->functions, num_func, NULL, delete_function, 0); in get_sdl_from_cache()
1701 if (num_func > 0) { in get_sdl_from_cache()
1702 functions = safe_emalloc(num_func, sizeof(sdlFunctionPtr), 0); in get_sdl_from_cache()
1703 for (i = 0; i < num_func; i++) { in get_sdl_from_cache()

Completed in 13 milliseconds