Home
last modified time | relevance | path

Searched refs:tick_function_entry (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.3/ext/standard/
H A Dbasic_functions.c135 static void user_tick_function_dtor(user_tick_function_entry *tick_function_entry);
4976 void user_tick_function_dtor(user_tick_function_entry *tick_function_entry) /* {{{ */ argument
4980 for (i = 0; i < tick_function_entry->arg_count; i++) {
4981 zval_ptr_dtor(&tick_function_entry->arguments[i]);
4983 efree(tick_function_entry->arguments);

Completed in 21 milliseconds