Home
last modified time | relevance | path

Searched refs:header_register_callback (Results 1 – 8 of 8) 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/sapi/phpdbg/tests/
H A Dgh15210_001.phpt17 header_register_callback(function() { echo "sent";});
33 >00002: header_register_callback(function() { echo "sent";});
H A Dgh15210_002.phpt18 header_register_callback(function() { echo "sent";});
34 >00002: header_register_callback(function() { echo "sent";});
/php-src/main/
H A DSAPI.c111 PHP_FUNCTION(header_register_callback) in PHP_FUNCTION() argument
/php-src/ext/standard/
H A Dbasic_functions.stub.php1512 function header_register_callback(callable $callback): bool {} function
H A Dbasic_functions_arginfo.h2288 ZEND_FUNCTION(header_register_callback);
2878 ZEND_FE(header_register_callback, arginfo_header_register_callback)

Completed in 33 milliseconds