Home
last modified time | relevance | path

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

/PHP-7.0/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.c4881 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
4904 php_shutdown_function_entry *shutdown_function_entry = Z_PTR_P(zv);
5031 php_shutdown_function_entry shutdown_function_entry;
5066 …m(BG(user_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry));
5074 …er_shutdown_function(char *function_name, size_t function_len, php_shutdown_function_entry *shutdo…
5081 …, function_name, function_len, shutdown_function_entry, sizeof(php_shutdown_function_entry)) != NU…
5095 PHPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry)…
5102 …ser_shutdown_function_names), &shutdown_function_entry, sizeof(php_shutdown_function_entry)) != NU…
/PHP-7.0/ext/session/
H A Dsession.c1946 php_shutdown_function_entry shutdown_function_entry;
2439 php_shutdown_function_entry shutdown_function_entry;

Completed in 24 milliseconds