Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dbasic_functions.c4972 efree(shutdown_function_entry->arguments);
5004 shutdown_function_entry->arguments[0],
5006 shutdown_function_entry->arg_count - 1,
5007 shutdown_function_entry->arguments + 1
5122 php_shutdown_function_entry shutdown_function_entry; local
5128 if (shutdown_function_entry.arg_count < 1) {
5132shutdown_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