Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dbasic_functions.h134 …st char *function_name, size_t function_len, php_shutdown_function_entry *shutdown_function_entry);
136 …PI extern bool append_user_shutdown_function(php_shutdown_function_entry *shutdown_function_entry);
H A Dbasic_functions.c1619 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv); local
1621 zend_fcall_info_args_clear(&shutdown_function_entry->fci, true);
1622 fci_release(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cache);
1623 efree(shutdown_function_entry);
1636 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv); local
1641 shutdown_function_entry->fci.retval = &retval;
1642 …call_status = zend_call_function(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cach…
1744 …function_name, size_t function_len, php_shutdown_function_entry *shutdown_function_entry) /* {{{ */ argument
1751 …m(BG(user_shutdown_function_names), function_name, function_len, shutdown_function_entry, sizeof(p…
1766 PHPAPI bool append_user_shutdown_function(php_shutdown_function_entry *shutdown_function_entry) /* … argument
[all …]
/PHP-8.3/ext/session/
H A Dsession.c2078 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION() local
2083 result = zend_fcall_info_init(&callable, 0, &shutdown_function_entry.fci, in PHP_FUNCTION()
2084 &shutdown_function_entry.fci_cache, NULL, NULL); in PHP_FUNCTION()
2089 …user_shutdown_function("session_shutdown", strlen("session_shutdown"), &shutdown_function_entry)) { in PHP_FUNCTION()
2727 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION() local
2740 result = zend_fcall_info_init(&callable, 0, &shutdown_function_entry.fci, in PHP_FUNCTION()
2741 &shutdown_function_entry.fci_cache, NULL, NULL); in PHP_FUNCTION()
2745 if (!append_user_shutdown_function(&shutdown_function_entry)) { in PHP_FUNCTION()

Completed in 21 milliseconds