Searched refs:num_func (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/soap/ |
H A D | php_sdl.c | 1546 int i, num_groups, num_types, num_elements, num_encoders, num_bindings, num_func; in get_sdl_from_cache() local 1702 WSDL_CACHE_GET_INT(num_func, &in); in get_sdl_from_cache() 1703 zend_hash_init(&sdl->functions, num_func, NULL, delete_function, 0); in get_sdl_from_cache() 1704 if (num_func > 0) { in get_sdl_from_cache() 1705 functions = safe_emalloc(num_func, sizeof(sdlFunctionPtr), 0); in get_sdl_from_cache() 1706 for (i = 0; i < num_func; i++) { in get_sdl_from_cache()
|
Completed in 17 milliseconds