Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dbasic_functions.h149 } php_shutdown_function_entry; typedef
151 …tdown_function(const char *function_name, size_t function_len, php_shutdown_function_entry *shutdo…
153 PHPAPI extern zend_bool append_user_shutdown_function(php_shutdown_function_entry *shutdown_functio…
H A Dbasic_functions.c1659 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
1683 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
1791 php_shutdown_function_entry entry;
1812 …tdown_function(const char *function_name, size_t function_len, php_shutdown_function_entry *shutdo…
1819 …names), function_name, function_len, shutdown_function_entry, sizeof(php_shutdown_function_entry));
1834 PHPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry *shutdown_function_entry…
1841 …user_shutdown_function_names), shutdown_function_entry, sizeof(php_shutdown_function_entry)) != NU…
/PHP-8.0/ext/session/
H A Dsession.c2051 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION()
2663 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION()

Completed in 30 milliseconds