Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dbasic_functions.h134 PHPAPI extern bool register_user_shutdown_function(const char *function_name, size_t function_len, …
H A Dbasic_functions.c1709 PHPAPI bool register_user_shutdown_function(const char *function_name, size_t function_len, php_shu… function
/php-src/ext/session/
H A Dsession.c2083 …if (!register_user_shutdown_function("session_shutdown", strlen("session_shutdown"), &shutdown_fun… in PHP_FUNCTION()

Completed in 25 milliseconds