Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_sdl.c1698 int binding_num, num_faults; in get_sdl_from_cache() local
1726 WSDL_CACHE_GET_INT(num_faults, &in); in get_sdl_from_cache()
1727 if (num_faults > 0) { in get_sdl_from_cache()
1731 zend_hash_init(func->faults, num_faults, NULL, delete_fault, 0); in get_sdl_from_cache()
1733 for (j = 0; j < num_faults; j++) { in get_sdl_from_cache()

Completed in 25 milliseconds