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.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.c1584 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv); local
1586 zend_fcall_info_args_clear(&shutdown_function_entry->fci, true);
1587 fci_release(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cache);
1588 efree(shutdown_function_entry);
1601 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv); local
1606 shutdown_function_entry->fci.retval = &retval;
1607 …call_status = zend_call_function(&shutdown_function_entry->fci, &shutdown_function_entry->fci_cach…
1709 …function_name, size_t function_len, php_shutdown_function_entry *shutdown_function_entry) /* {{{ */ argument
1716 …m(BG(user_shutdown_function_names), function_name, function_len, shutdown_function_entry, sizeof(p…
1731 PHPAPI bool append_user_shutdown_function(php_shutdown_function_entry *shutdown_function_entry) /* … argument
[all …]
/php-src/ext/session/
H A Dsession.c2072 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION() local
2077 result = zend_fcall_info_init(&callable, 0, &shutdown_function_entry.fci, in PHP_FUNCTION()
2078 &shutdown_function_entry.fci_cache, NULL, NULL); in PHP_FUNCTION()
2083 …user_shutdown_function("session_shutdown", strlen("session_shutdown"), &shutdown_function_entry)) { in PHP_FUNCTION()
2726 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION() local
2739 result = zend_fcall_info_init(&callable, 0, &shutdown_function_entry.fci, in PHP_FUNCTION()
2740 &shutdown_function_entry.fci_cache, NULL, NULL); in PHP_FUNCTION()
2744 if (!append_user_shutdown_function(&shutdown_function_entry)) { in PHP_FUNCTION()

Completed in 18 milliseconds