Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dbasic_functions.h264 } php_shutdown_function_entry; typedef
266 …er_shutdown_function(char *function_name, size_t function_len, php_shutdown_function_entry *shutdo…
268 PHPAPI extern zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function…
H A Dbasic_functions.c5045 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
5068 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
5189 php_shutdown_function_entry shutdown_function_entry;
5222 …m(BG(user_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry));
5227 …er_shutdown_function(char *function_name, size_t function_len, php_shutdown_function_entry *shutdo…
5234 …names), function_name, function_len, shutdown_function_entry, sizeof(php_shutdown_function_entry));
5249 PHPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry)…
5256 …ser_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry)) != NU…
/PHP-7.4/ext/session/
H A Dsession.c2027 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION()
2644 php_shutdown_function_entry shutdown_function_entry; in PHP_FUNCTION()

Completed in 32 milliseconds