Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dbasic_functions.h261 } php_shutdown_function_entry; typedef
263 …er_shutdown_function(char *function_name, size_t function_len, php_shutdown_function_entry *shutdo…
265 PHPAPI extern zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function…
H A Dbasic_functions.c5026 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
5049 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
5170 php_shutdown_function_entry shutdown_function_entry;
5203 …m(BG(user_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry));
5208 …er_shutdown_function(char *function_name, size_t function_len, php_shutdown_function_entry *shutdo…
5215 …names), function_name, function_len, shutdown_function_entry, sizeof(php_shutdown_function_entry));
5230 PHPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry)…
5237 …ser_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry)) != NU…
/PHP-7.3/ext/session/
H A Dsession.c2005 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION()
2631 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION()

Completed in 31 milliseconds