Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_sdl.c2120 HashTable tmp_functions; in add_sdl_to_cache() local
2132 zend_hash_init(&tmp_functions, 0, NULL, NULL, 0); in add_sdl_to_cache()
2353 zend_hash_str_add(&tmp_functions, (char*)&tmp, sizeof(tmp), &zv); in add_sdl_to_cache()
2371 function_num = zend_hash_str_find(&tmp_functions, (char*)&tmp, sizeof(tmp)); in add_sdl_to_cache()
2380 zend_hash_destroy(&tmp_functions); in add_sdl_to_cache()

Completed in 12 milliseconds