Searched refs:register_shutdown_function (Results 1 – 25 of 43) sorted by relevance
12
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | bug32647.phpt | 2 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 D | 010.phpt | 2 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 D | bug71891.phpt | 2 Bug #71891 (header_register_callback() and register_shutdown_function()) 8 register_shutdown_function(function () {
|
H A D | closures_001.phpt | 2 register_shutdown_function() & closure 5 register_shutdown_function(function () { echo "Hello World!\n"; });
|
H A D | bug70249.phpt | 8 register_shutdown_function(function () { 13 register_shutdown_function([$this, 'flush'], true);
|
/PHP-8.0/Zend/tests/ |
H A D | bug51827.phpt | 2 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 D | bug62763.phpt | 2 Bug #62763 (register_shutdown_function and extending class) 7 register_shutdown_function(array($this, 'shutdown'));
|
H A D | lsb_010.phpt | 23 register_shutdown_function(array('Foo', 'bar')); 24 register_shutdown_function(array('FooChild', 'bar'));
|
H A D | object_gc_in_shutdown.phpt | 6 register_shutdown_function(function () {
|
H A D | bug78396.phpt | 6 register_shutdown_function(function () {
|
H A D | bug71221.phpt | 5 register_shutdown_function("get_defined_vars");
|
H A D | bug20240.phpt | 12 register_shutdown_function(array($this, 'destructor'));
|
H A D | bug41026.phpt | 10 register_shutdown_function (array ("self", "on_shutdown"));
|
H A D | bug76846.phpt | 15 register_shutdown_function(function() {
|
H A D | bug55007.phpt | 16 register_shutdown_function('shutdown');
|
H A D | bug60909_2.phpt | 5 register_shutdown_function(function(){echo("\n\n!!!shutdown!!!\n\n");});
|
/PHP-8.0/tests/func/ |
H A D | 005.phpt | 2 Testing register_shutdown_function() 11 register_shutdown_function("foo");
|
H A D | 005a.phpt | 2 Testing register_shutdown_function() with timeout. (Bug: #21513) 17 register_shutdown_function("boo");
|
/PHP-8.0/tests/basic/ |
H A D | timeout_variation_9.phpt | 12 register_shutdown_function("sleep", 1); 13 register_shutdown_function("sleep", 1);
|
H A D | timeout_variation_10.phpt | 13 register_shutdown_function("sleep", 1); 14 register_shutdown_function("sleep", 1);
|
/PHP-8.0/tests/lang/ |
H A D | 045.phpt | 2 Timeout again inside register_shutdown_function 13 register_shutdown_function("plop");
|
/PHP-8.0/sapi/cli/tests/ |
H A D | bug65275.inc | 3 register_shutdown_function(function() {
|
H A D | bug62294.inc | 3 register_shutdown_function(function() {
|
H A D | bug62294.phpt | 2 Bug #62294: register_shutdown_function() does not handle exit code correctly
|
/PHP-8.0/ext/opcache/tests/ |
H A D | preload_bug78175.inc | 2 register_shutdown_function(function() {
|
Completed in 19 milliseconds
12