Home
last modified time | relevance | path

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

/PHP-5.4/ext/soap/
H A Dphp_sdl.c2122 HashTable tmp_functions; in add_sdl_to_cache() local
2134 zend_hash_init(&tmp_functions, 0, NULL, NULL, 0); in add_sdl_to_cache()
2349 …zend_hash_add(&tmp_functions, (char*)tmp, sizeof(*tmp), (void**)&function_num, sizeof(function_num… in add_sdl_to_cache()
2368 if (zend_hash_find(&tmp_functions, (char*)tmp, sizeof(*tmp), (void**)&function_num) != SUCCESS) { in add_sdl_to_cache()
2379 zend_hash_destroy(&tmp_functions); in add_sdl_to_cache()

Completed in 12 milliseconds