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.c135 static void user_tick_function_dtor(user_tick_function_entry *tick_function_entry);
1592 void user_tick_function_dtor(user_tick_function_entry *tick_function_entry) /* {{{ */ argument
1594 zend_fcall_info_args_clear(&tick_function_entry->fci, true);
1595 fci_release(&tick_function_entry->fci, &tick_function_entry->fci_cache);

Completed in 10 milliseconds