Searched refs:shutdown (Results 1 – 25 of 54) sorted by relevance
123
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | bug32647.phpt | 38 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.4/Zend/tests/ |
H A D | bug60909_2.phpt | 2 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 D | bug60909_1.phpt | 2 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 D | bug62763.phpt | 7 register_shutdown_function(array($this, 'shutdown')); 9 public function shutdown() {
|
H A D | bug41026.phpt | 2 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 D | bug55007.phpt | 11 function shutdown() { 16 register_shutdown_function('shutdown');
|
H A D | gc_025.phpt | 2 GC 025: Automatic GC on request shutdown
|
H A D | gc_026.phpt | 2 GC 026: Automatic GC on request shutdown (GC enabled at run-time)
|
/PHP-5.4/ext/session/tests/ |
H A D | session_set_save_handler_class_009.phpt | 2 Test session_set_save_handler() : implicit shutdown 19 echo "*** Testing session_set_save_handler() : implicit shutdown ***\n"; 33 $this->shutdown(); 57 *** Testing session_set_save_handler() : implicit shutdown ***
|
H A D | session_set_save_handler_class_007.phpt | 2 Test session_set_save_handler() : manual shutdown, reopen 19 echo "*** Testing session_set_save_handler() : manual shutdown, reopen ***\n"; 59 // implicit close (called by shutdown function) 64 *** Testing session_set_save_handler() : manual shutdown, reopen ***
|
H A D | session_set_save_handler_class_008.phpt | 2 Test session_set_save_handler() : manual shutdown 19 echo "*** Testing session_set_save_handler() : manual shutdown ***\n"; 59 *** Testing session_set_save_handler() : manual shutdown ***
|
H A D | session_set_save_handler_class_011.phpt | 2 Test session_set_save_handler() : shutdown failure 19 echo "*** Testing session_set_save_handler() : shutdown failure ***\n"; 61 *** Testing session_set_save_handler() : shutdown failure ***
|
H A D | session_set_save_handler_class_010.phpt | 2 Test session_set_save_handler() : manual shutdown function 19 echo "*** Testing session_set_save_handler() : manual shutdown function ***\n"; 57 *** Testing session_set_save_handler() : manual shutdown function ***
|
/PHP-5.4/tests/func/ |
H A D | 005.phpt | 13 print "foo() will be called on shutdown...\n"; 17 foo() will be called on shutdown...
|
/PHP-5.4/ |
H A D | README.EXTENSIONS | 19 NULL, /* extension-wide shutdown function */ 21 PHP_RSHUTDOWN(foo), /* per-request shutdown function */ 36 NULL, /* extension-wide shutdown function */ 38 PHP_RSHUTDOWN(foo), /* per-request shutdown function */
|
H A D | UPGRADING.INTERNALS | 91 be destroyed on shutdown. 93 so that it may do any other shutdown action that requires the inner stream to 97 are destroyed on shutdown. 98 On resource list shutdown, the cleanup happens in reverse order of resource
|
/PHP-5.4/tests/classes/ |
H A D | factory_and_singleton_009.phpt | 21 Warning: Call to protected test::__destruct() from context '' during shutdown ignored in Unknown on…
|
H A D | factory_and_singleton_010.phpt | 21 Warning: Call to private test::__destruct() from context '' during shutdown ignored in Unknown on l…
|
H A D | destructor_visibility_002.phpt | 24 Warning: Call to private Derived::__destruct() from context '' during shutdown ignored in Unknown o…
|
H A D | destructor_and_globals.phpt | 2 ZE2 accessing globals from destructor in shutdown
|
/PHP-5.4/ext/standard/tests/serialize/ |
H A D | bug65481.phpt | 2 Bug #65481 (shutdown segfault due to serialize)
|
/PHP-5.4/Zend/ |
H A D | zend_extensions.c | 144 if (extension->shutdown) { in zend_extension_shutdown() 145 extension->shutdown(extension); in zend_extension_shutdown()
|
H A D | zend_extensions.h | 67 shutdown_func_t shutdown; member
|
/PHP-5.4/main/ |
H A D | php_network.h | 32 #undef shutdown 33 #define shutdown(s,n) /* nothing */ macro
|
H A D | SAPI.h | 49 #undef shutdown 222 int (*shutdown)(struct _sapi_module_struct *sapi_module); member
|
Completed in 39 milliseconds
123