Home
last modified time | relevance | path

Searched refs:register_shutdown_function (Results 1 – 25 of 43) sorted by relevance

12

/PHP-8.0/ext/standard/tests/general_functions/
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 D010.phpt2 register_shutdown_function() & __call
15 register_shutdown_function(array("test","__call"));
23 register_shutdown_function(): Argument #1 ($callback) must be a valid callback, non-static method t…
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"; });
H A Dbug70249.phpt8 register_shutdown_function(function () {
13 register_shutdown_function([$this, 'flush'], true);
/PHP-8.0/Zend/tests/
H A Dbug51827.phpt2 Bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters)
11 register_shutdown_function('timE');
12 register_shutdown_function('ABC');
13 register_shutdown_function('exploDe');
H A Dbug62763.phpt2 Bug #62763 (register_shutdown_function and extending class)
7 register_shutdown_function(array($this, 'shutdown'));
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 Dbug78396.phpt6 register_shutdown_function(function () {
H A Dbug71221.phpt5 register_shutdown_function("get_defined_vars");
H A Dbug20240.phpt12 register_shutdown_function(array($this, 'destructor'));
H A Dbug41026.phpt10 register_shutdown_function (array ("self", "on_shutdown"));
H A Dbug76846.phpt15 register_shutdown_function(function() {
H A Dbug55007.phpt16 register_shutdown_function('shutdown');
H A Dbug60909_2.phpt5 register_shutdown_function(function(){echo("\n\n!!!shutdown!!!\n\n");});
/PHP-8.0/tests/func/
H A D005.phpt2 Testing register_shutdown_function()
11 register_shutdown_function("foo");
H A D005a.phpt2 Testing register_shutdown_function() with timeout. (Bug: #21513)
17 register_shutdown_function("boo");
/PHP-8.0/tests/basic/
H A Dtimeout_variation_9.phpt12 register_shutdown_function("sleep", 1);
13 register_shutdown_function("sleep", 1);
H A Dtimeout_variation_10.phpt13 register_shutdown_function("sleep", 1);
14 register_shutdown_function("sleep", 1);
/PHP-8.0/tests/lang/
H A D045.phpt2 Timeout again inside register_shutdown_function
13 register_shutdown_function("plop");
/PHP-8.0/sapi/cli/tests/
H A Dbug65275.inc3 register_shutdown_function(function() {
H A Dbug62294.inc3 register_shutdown_function(function() {
H A Dbug62294.phpt2 Bug #62294: register_shutdown_function() does not handle exit code correctly
/PHP-8.0/ext/opcache/tests/
H A Dpreload_bug78175.inc2 register_shutdown_function(function() {

Completed in 24 milliseconds

12