Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dbasic_functions.h141 …st char *function_name, size_t function_len, php_shutdown_function_entry *shutdown_function_entry);
143 …PI extern bool append_user_shutdown_function(php_shutdown_function_entry *shutdown_function_entry);
H A Dbasic_functions.c1681 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv); local
1683 zend_fcall_info_args_clear(&shutdown_function_entry->fci, true);
1684 fci_release(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cache);
1685 efree(shutdown_function_entry);
1698 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv); local
1703 shutdown_function_entry->fci.retval = &retval;
1704 …call_status = zend_call_function(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cach…
1806 …function_name, size_t function_len, php_shutdown_function_entry *shutdown_function_entry) /* {{{ */ argument
1813 …m(BG(user_shutdown_function_names), function_name, function_len, shutdown_function_entry, sizeof(p…
1828 PHPAPI bool append_user_shutdown_function(php_shutdown_function_entry *shutdown_function_entry) /* … argument
[all …]
/PHP-8.1/ext/session/
H A Dsession.c2037 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION() local
2042 result = zend_fcall_info_init(&callable, 0, &shutdown_function_entry.fci, in PHP_FUNCTION()
2043 &shutdown_function_entry.fci_cache, NULL, NULL); in PHP_FUNCTION()
2048 …_shutdown_function("session_shutdown", sizeof("session_shutdown") - 1, &shutdown_function_entry)) { in PHP_FUNCTION()
2654 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION() local
2667 result = zend_fcall_info_init(&callable, 0, &shutdown_function_entry.fci, in PHP_FUNCTION()
2668 &shutdown_function_entry.fci_cache, NULL, NULL); in PHP_FUNCTION()
2672 if (!append_user_shutdown_function(&shutdown_function_entry)) { in PHP_FUNCTION()

Completed in 16 milliseconds