Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 25 of 46) sorted by relevance

12

/PHP-5.3/ext/standard/tests/general_functions/
H A Dbug32647.phpt38 Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed in %s on line %d
42 Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed in %s on line %d
44 Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed in %s on line %d
46 Warning: register_shutdown_function(): Invalid shutdown callback 'bar::foo' passed in %s on line %d
48 Warning: register_shutdown_function(): Invalid shutdown callback 'Array' passed in %s on line %d
50 Warning: register_shutdown_function(): Invalid shutdown callback 'bar' passed in %s on line %d
54 Warning: register_shutdown_function(): Invalid shutdown callback 'bar::foobar' passed in %sbug32647…
/PHP-5.3/Zend/tests/
H A Dbug60909_2.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
5 register_shutdown_function(function(){echo("\n\n!!!shutdown!!!\n\n");});
20 !!!shutdown!!!
H A Dbug60909_1.phpt2 Bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
5 register_shutdown_function(function(){echo("\n\n!!!shutdown!!!\n\n");});
24 !!!shutdown!!!
H A Dbug62763.phpt7 register_shutdown_function(array($this, 'shutdown'));
9 public function shutdown() {
H A Dbug41026.phpt2 Bug #41026 (segfault when calling "self::method()" in shutdown functions)
26 Warning: (Registered shutdown functions) Unable to call self::on_shutdown() - function does not exi…
H A Dbug55007.phpt11 function shutdown() {
16 register_shutdown_function('shutdown');
H A Dgc_025.phpt2 GC 025: Automatic GC on request shutdown
H A Dgc_026.phpt2 GC 026: Automatic GC on request shutdown (GC enabled at run-time)
/PHP-5.3/
H A DREADME.EXTENSIONS11 NULL, /* extension-wide shutdown function */
13 PHP_RSHUTDOWN(foo), /* per-request shutdown function */
28 NULL, /* extension-wide shutdown function */
30 PHP_RSHUTDOWN(foo), /* per-request shutdown function */
/PHP-5.3/tests/func/
H A D005.phpt13 print "foo() will be called on shutdown...\n";
17 foo() will be called on shutdown...
/PHP-5.3/tests/classes/
H A Dfactory_and_singleton_009.phpt21 Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on…
H A Dfactory_and_singleton_010.phpt21 Warning: Call to private test::__destruct() from context '' during shutdown ignored in Unknown on l…
H A Ddestructor_visibility_002.phpt24 Warning: Call to private Derived::__destruct() from context '' during shutdown ignored in Unknown o…
H A Ddestructor_and_globals.phpt2 ZE2 accessing globals from destructor in shutdown
H A Dfactory_and_singleton_002.phpt100 Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on…
/PHP-5.3/Zend/
H A Dzend_extensions.c144 if (extension->shutdown) { in zend_extension_shutdown()
145 extension->shutdown(extension); in zend_extension_shutdown()
H A Dzend_extensions.h67 shutdown_func_t shutdown; member
H A DREADME.ZEND_MM33 DL_UNLOAD() is skipped during the shutdown of shared extensions.
/PHP-5.3/main/
H A DSAPI.h49 #undef shutdown
219 int (*shutdown)(struct _sapi_module_struct *sapi_module); member
H A Dphp_network.h32 #undef shutdown
33 #define shutdown(s,n) /* nothing */ macro
/PHP-5.3/sapi/tux/
H A Dphp_tux.c381 shutdown(fd, 2);
445 tux_sapi_module.shutdown(&tux_sapi_module); in doesnotmatter_fini()
/PHP-5.3/sapi/pi3web/
H A Dpi3web_sapi.c425 if (pi3web_sapi_module.shutdown) { in PHP5_shutdown()
426 pi3web_sapi_module.shutdown(&pi3web_sapi_module); in PHP5_shutdown()
/PHP-5.3/sapi/apache2handler/
H A Dsapi_apache2.c66 #undef shutdown
389 apache2_sapi_module.shutdown(&apache2_sapi_module); in php_apache_server_shutdown()
399 apache2_sapi_module.shutdown(&apache2_sapi_module); in php_apache_child_shutdown()
/PHP-5.3/sapi/apache/
H A Dmod_php5.c29 #undef shutdown
925 apache_sapi_module.shutdown(&apache_sapi_module); in apache_php_module_shutdown_wrapper()
946 apache_sapi_module.shutdown(&apache_sapi_module); in php_child_exit_handler()
/PHP-5.3/sapi/thttpd/
H A Dthttpd.c618 shutdown(hc->conn_fd, 0);
766 thttpd_sapi_module.shutdown(&thttpd_sapi_module);

Completed in 56 milliseconds

12