Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dbasic_functions.c120 static void user_tick_function_dtor(user_tick_function_entry *tick_function_entry);
1670 void user_tick_function_dtor(user_tick_function_entry *tick_function_entry) /* {{{ */ argument
1674 for (i = 0; i < tick_function_entry->arg_count; i++) {
1675 zval_ptr_dtor(&tick_function_entry->arguments[i]);
1677 efree(tick_function_entry->arguments);

Completed in 8 milliseconds