Home
last modified time | relevance | path

Searched refs:header_register_callback (Results 1 – 6 of 6) sorted by relevance

/php-src/tests/basic/
H A Dheader_register_callback.phpt2 Test header_register_callback
5 header_register_callback(function() { echo "sent";});
H A Dheader_register_callback_after_output.phpt2 Call header_register_callback() after headers sent
6 header_register_callback(function() { echo "Too late";});
/php-src/ext/standard/tests/general_functions/
H A Dbug71891.phpt2 Bug #71891 (header_register_callback() and register_shutdown_function())
6 header_register_callback(function () {
/php-src/main/
H A DSAPI.c113 PHP_FUNCTION(header_register_callback) in PHP_FUNCTION() argument
/php-src/ext/standard/
H A Dbasic_functions.stub.php1532 function header_register_callback(callable $callback): bool {} function
H A Dbasic_functions_arginfo.h2314 ZEND_FUNCTION(header_register_callback);
2935 ZEND_FE(header_register_callback, arginfo_header_register_callback)

Completed in 25 milliseconds