Home
last modified time | relevance | path

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

123

/php-src/Zend/tests/
H A Dbug20240.phpt12 register_shutdown_function(array($this, 'destructor'));
H A Dbug41026.phpt10 register_shutdown_function (array ("self", "on_shutdown"));
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 Dbug55007.phpt16 register_shutdown_function('shutdown');
H A Dbug60909_1.phpt5 register_shutdown_function(function(){echo("\n\n!!!shutdown!!!\n\n");});
H A Dbug60909_2.phpt5 register_shutdown_function(function(){echo("\n\n!!!shutdown!!!\n\n");});
H A Dbug61767.phpt10 register_shutdown_function(function(){
H A Dbug62763.phpt2 Bug #62763 (register_shutdown_function and extending class)
7 register_shutdown_function(array($this, 'shutdown'));
H A Dbug71221.phpt5 register_shutdown_function("get_defined_vars");
H A Dbug76846.phpt15 register_shutdown_function(function() {
H A Dbug78396.phpt6 register_shutdown_function(function () {
H A Dgh10072-2.phpt17 register_shutdown_function([new TrampolineTest(), 'shutdown']);
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 Dgh10695_3.phpt5 register_shutdown_function(function () {
H A Dgh10695_7.phpt11 register_shutdown_function(function () {
H A Dgh11108.phpt5 register_shutdown_function(function() {
H A Dgh13446_1.phpt10 register_shutdown_function(function () {
H A Dgh13446_3.phpt16 register_shutdown_function(function () {
H A Dgh13446_4.phpt12 register_shutdown_function(function () {
H A Dgh13670_001.phpt11 register_shutdown_function(function () {
H A Dgh13670_002.phpt11 register_shutdown_function(function () {
H A Dgh13670_003.phpt11 register_shutdown_function(function () {
/php-src/Zend/tests/fibers/
H A Dfiber-in-shutdown-function.phpt6 register_shutdown_function(function (): void {
H A Dget-return-after-bailout.phpt13 register_shutdown_function(static function (): void {
H A Dgh10437.phpt6 register_shutdown_function(function (): void {

Completed in 88 milliseconds

123