Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbasic_functions.c140 static void user_tick_function_dtor(user_tick_function_entry *tick_function_entry);
1606 void user_tick_function_dtor(user_tick_function_entry *tick_function_entry) /* {{{ */ argument
1608 zend_fcall_info_args_clear(&tick_function_entry->fci, true);
1609 fci_release(&tick_function_entry->fci, &tick_function_entry->fci_cache);

Completed in 10 milliseconds