Searched refs:shutdown_function_entry (Results 1 – 1 of 1) sorted by relevance
4972 efree(shutdown_function_entry->arguments);5004 shutdown_function_entry->arguments[0],5006 shutdown_function_entry->arg_count - 1,5007 shutdown_function_entry->arguments + 15122 php_shutdown_function_entry shutdown_function_entry; local5128 if (shutdown_function_entry.arg_count < 1) {5132 …shutdown_function_entry.arguments = (zval **) safe_emalloc(sizeof(zval *), shutdown_function_entry…5134 …if (zend_get_parameters_array(ht, shutdown_function_entry.arg_count, shutdown_function_entry.argum…5135 efree(shutdown_function_entry.arguments);5142 efree(shutdown_function_entry.arguments);[all …]
Completed in 20 milliseconds