Searched refs:tmp_functions (Results 1 – 1 of 1) sorted by relevance
2110 HashTable tmp_functions; in add_sdl_to_cache() local2122 zend_hash_init(&tmp_functions, 0, NULL, NULL, 0); in add_sdl_to_cache()2343 zend_hash_str_add(&tmp_functions, (char*)&tmp, sizeof(tmp), &zv); in add_sdl_to_cache()2361 function_num = zend_hash_str_find(&tmp_functions, (char*)&tmp, sizeof(tmp)); in add_sdl_to_cache()2370 zend_hash_destroy(&tmp_functions); in add_sdl_to_cache()
Completed in 19 milliseconds