Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dbasic_functions.c128 static void user_tick_function_dtor(user_tick_function_entry *tick_function_entry);
5036 void user_tick_function_dtor(user_tick_function_entry *tick_function_entry) /* {{{ */ argument
5040 for (i = 0; i < tick_function_entry->arg_count; i++) {
5041 zval_ptr_dtor(&tick_function_entry->arguments[i]);
5043 efree(tick_function_entry->arguments);

Completed in 21 milliseconds