Home
last modified time | relevance | path

Searched refs:num_groups (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
1599 WSDL_CACHE_GET_INT(num_groups, &in); in get_sdl_from_cache()
1604 i = num_groups+num_types+num_elements; in get_sdl_from_cache()
1633 if (num_groups > 0) { in get_sdl_from_cache()
1635 zend_hash_init(sdl->groups, num_groups, NULL, delete_type, 0); in get_sdl_from_cache()
1636 while (i < num_groups+1) { 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 12 milliseconds