Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbasic_functions.c121 static void user_tick_function_dtor(user_tick_function_entry *tick_function_entry);
5055 void user_tick_function_dtor(user_tick_function_entry *tick_function_entry) /* {{{ */ argument
5059 for (i = 0; i < tick_function_entry->arg_count; i++) {
5060 zval_ptr_dtor(&tick_function_entry->arguments[i]);
5062 efree(tick_function_entry->arguments);

Completed in 14 milliseconds