Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_sdl.c1704 int binding_num, num_faults; in get_sdl_from_cache() local
1732 WSDL_CACHE_GET_INT(num_faults, &in); in get_sdl_from_cache()
1733 if (num_faults > 0) { in get_sdl_from_cache()
1737 zend_hash_init(func->faults, num_faults, NULL, delete_fault, 0); in get_sdl_from_cache()
1739 for (j = 0; j < num_faults; j++) { in get_sdl_from_cache()

Completed in 13 milliseconds