Home
last modified time | relevance | path

Searched refs:register_shutdown_function (Results 26 – 50 of 70) sorted by path

123

/php-src/Zend/tests/
H A Dgh13931.phpt6 register_shutdown_function(function() {
H A Dgh8841.phpt5 register_shutdown_function(function() {
11 register_shutdown_function(function() {
H A Dlsb_010.phpt23 register_shutdown_function(array('Foo', 'bar'));
24 register_shutdown_function(array('FooChild', 'bar'));
H A Dobject_gc_in_shutdown.phpt6 register_shutdown_function(function () {
H A Dregister_shutdown_function_refcount.phpt2 register_shutdown_function() and long-term fci storage
7 register_shutdown_function('Test::method');
/php-src/ext/curl/tests/
H A Dserver.inc73 register_shutdown_function(
/php-src/ext/ftp/tests/
H A Dserver.inc55 register_shutdown_function(function() use($pid, $s) {
/php-src/ext/mysqli/tests/
H A Dlocal_infile_tools.inc67 register_shutdown_function("shutdown_clean", $file);
/php-src/ext/opcache/tests/
H A Dfile_cache_error.phpt24 register_shutdown_function(function () use ($file) {
H A Dgh8063-001.phpt17 register_shutdown_function(function () {
H A Dgh8063-002.phpt17 register_shutdown_function(function () {
H A Dgh8063-003.phpt17 register_shutdown_function(function () {
H A Dphp_cli_server.inc51 register_shutdown_function(
H A Dpreload_bug78175.inc2 register_shutdown_function(function() {
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.inc70 register_shutdown_function(
/php-src/ext/session/tests/
H A Dgh12504.phpt39 register_shutdown_function(function() {
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_010.phpt42 register_shutdown_function(array($handler, 'finish'));
/php-src/ext/standard/
H A Dbasic_functions.c1690 PHP_FUNCTION(register_shutdown_function) argument
H A Dbasic_functions.stub.php2007 function register_shutdown_function(callable $callback, mixed ...$args): void {} function
H A Dbasic_functions_arginfo.h2439 ZEND_FUNCTION(register_shutdown_function);
3064 ZEND_FE(register_shutdown_function, arginfo_register_shutdown_function)
/php-src/ext/standard/tests/general_functions/
H A D010.phpt2 register_shutdown_function() & __call
15 var_dump(register_shutdown_function(array("test","__call")));
23 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, non-static method t…
H A Dbug32647.phpt2 Bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP)
20 register_shutdown_function(array($obj,""));
26 register_shutdown_function(array($obj,"some string"));
32 register_shutdown_function(array(0,""));
38 register_shutdown_function(array('bar','foo'));
44 register_shutdown_function(array(0,"some string"));
50 register_shutdown_function('bar');
55 register_shutdown_function('foo');
58 register_shutdown_function(array('bar','barfoo'));
66 register_shutdown_function(array($obj,'foobar'));
[all …]
H A Dbug70249.phpt8 register_shutdown_function(function () {
13 register_shutdown_function([$this, 'flush'], true);
H A Dbug71891.phpt2 Bug #71891 (header_register_callback() and register_shutdown_function())
8 register_shutdown_function(function () {
H A Dclosures_001.phpt2 register_shutdown_function() & closure
5 register_shutdown_function(function () { echo "Hello World!\n"; });

Completed in 125 milliseconds

123