Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_sdl.c1537 int i, num_groups, num_types, num_elements, num_encoders, num_bindings, num_func; in get_sdl_from_cache() local
1693 WSDL_CACHE_GET_INT(num_func, &in); in get_sdl_from_cache()
1694 zend_hash_init(&sdl->functions, num_func, NULL, delete_function, 0); in get_sdl_from_cache()
1695 if (num_func > 0) { in get_sdl_from_cache()
1696 functions = safe_emalloc(num_func, sizeof(sdlFunctionPtr), 0); in get_sdl_from_cache()
1697 for (i = 0; i < num_func; i++) { in get_sdl_from_cache()

Completed in 12 milliseconds