Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbasic_functions.h130 …st char *function_name, size_t function_len, php_shutdown_function_entry *shutdown_function_entry);
132 …PI extern bool append_user_shutdown_function(php_shutdown_function_entry *shutdown_function_entry);
H A Dbasic_functions.c1598 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv); local
1600 zend_fcall_info_args_clear(&shutdown_function_entry->fci, true);
1601 fci_release(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cache);
1602 efree(shutdown_function_entry);
1615 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv); local
1620 shutdown_function_entry->fci.retval = &retval;
1621 …call_status = zend_call_function(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cach…
1723 …function_name, size_t function_len, php_shutdown_function_entry *shutdown_function_entry) /* {{{ */ argument
1730 …m(BG(user_shutdown_function_names), function_name, function_len, shutdown_function_entry, sizeof(p…
1745 PHPAPI bool append_user_shutdown_function(php_shutdown_function_entry *shutdown_function_entry) /* … argument
[all …]
/php-src/ext/session/
H A Dsession.c2178 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION() local
2183 result = zend_fcall_info_init(&callable, 0, &shutdown_function_entry.fci, in PHP_FUNCTION()
2184 &shutdown_function_entry.fci_cache, NULL, NULL); in PHP_FUNCTION()
2189 …user_shutdown_function("session_shutdown", strlen("session_shutdown"), &shutdown_function_entry)) { in PHP_FUNCTION()
2829 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION() local
2842 result = zend_fcall_info_init(&callable, 0, &shutdown_function_entry.fci, in PHP_FUNCTION()
2843 &shutdown_function_entry.fci_cache, NULL, NULL); in PHP_FUNCTION()
2847 if (!append_user_shutdown_function(&shutdown_function_entry)) { in PHP_FUNCTION()

Completed in 21 milliseconds