Home
last modified time | relevance | path

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

123

/php-src/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 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 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 Dregister_shutdown_functions_without_previous_call_frame_02.phpt2 register_shutdown_function() without a previous call frame 02
5 register_shutdown_function("func_get_args");
H A Dregister_shutdown_functions_without_previous_call_frame_03.phpt2 register_shutdown_function() without a previous call frame 03
5 register_shutdown_function("func_num_args");
H A Dregister_shutdown_functions_without_previous_call_frame_04.phpt2 register_shutdown_function() without a previous call frame 04
5 register_shutdown_function("func_get_arg");
H A Dregister_shutdown_functions_without_previous_call_frame_01.phpt2 register_shutdown_function() without a previous call frame 01
5 register_shutdown_function("forward_static_call", "hash_hkdf");
H A Dbug70249.phpt8 register_shutdown_function(function () {
13 register_shutdown_function([$this, 'flush'], true);
/php-src/Zend/tests/
H A Dgh10695_1.phpt2 GH-10695: Exceptions in register_shutdown_function() are caught by set_exception_handler()
9 register_shutdown_function(function () {
10 echo "register_shutdown_function()\n";
15 register_shutdown_function()
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 Dregister_shutdown_function_refcount.phpt2 register_shutdown_function() and long-term fci storage
7 register_shutdown_function('Test::method');
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 Dgh8841.phpt5 register_shutdown_function(function() {
11 register_shutdown_function(function() {
H A Dobject_gc_in_shutdown.phpt6 register_shutdown_function(function () {
/php-src/ext/zend_test/tests/
H A Dobserver_shutdown_01.phpt12 register_shutdown_function(function () {
30 <!-- init register_shutdown_function() -->
31 <register_shutdown_function>
32 </register_shutdown_function:NULL>
/php-src/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-src/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-src/tests/lang/
H A D045.phpt2 Timeout again inside register_shutdown_function
13 register_shutdown_function("plop");
/php-src/sapi/cli/tests/
H A Dbug65275.inc3 register_shutdown_function(function() {
H A Dbug62294.inc3 register_shutdown_function(function() {
/php-src/ext/opcache/tests/
H A Dpreload_bug78175.inc2 register_shutdown_function(function() {

Completed in 30 milliseconds

123