Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c51 static void zend_accel_destroy_zend_function(zend_function *function) in zend_accel_destroy_zend_function() function
70 ce->function_table.pDestructor = (dtor_func_t) zend_accel_destroy_zend_function; in zend_accel_destroy_zend_class()
79 …(&persistent_script->function_table, 100, NULL, (dtor_func_t) zend_accel_destroy_zend_function, 0); in create_persistent_script()
139 persistent_script->function_table.pDestructor = (dtor_func_t)zend_accel_destroy_zend_function; in free_persistent_script()

Completed in 11 milliseconds