Searched refs:tmp_functions (Results 1 – 1 of 1) sorted by relevance
2123 HashTable tmp_functions; in add_sdl_to_cache() local2135 zend_hash_init(&tmp_functions, 0, NULL, NULL, 0); in add_sdl_to_cache()2356 zend_hash_str_add(&tmp_functions, (char*)&tmp, sizeof(tmp), &zv); in add_sdl_to_cache()2374 function_num = zend_hash_str_find(&tmp_functions, (char*)&tmp, sizeof(tmp)); in add_sdl_to_cache()2392 zend_hash_destroy(&tmp_functions); in add_sdl_to_cache()
Completed in 11 milliseconds