Home
last modified time | relevance | path

Searched refs:shutdown (Results 26 – 50 of 64) sorted by relevance

123

/PHP-8.0/ext/sockets/tests/
H A Dsocket_shutdown-win32.phpt53 Warning: socket_shutdown(): Unable to shutdown socket [%d]: A request to send or receive data was d…
56 Warning: socket_shutdown(): Unable to shutdown socket [%d]: An invalid argument was supplied in %s …
/PHP-8.0/Zend/tests/
H A Dbug76846.phpt2 Bug #76846: Segfault in shutdown function after memory limit error
H A Dbug74053.phpt2 Bug #74053 (Corrupted class entries on shutdown when a destructor spawns another object)
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug65481.phpt2 Bug #65481 (shutdown segfault due to serialize)
/PHP-8.0/ext/com_dotnet/tests/
H A Dbug77578.phpt9 // To actually be able to verify the crash during shutdown on Windows, we have
/PHP-8.0/Zend/tests/generators/
H A Dexception_during_shutdown.phpt2 Generator exceptions during shutdown should not be swallowed
/PHP-8.0/sapi/fpm/tests/
H A Dlog-bm-in-shutdown-fn.phpt2 FPM: Log message in shutdown function
/PHP-8.0/ext/zend_test/tests/
H A Dobserver_shutdown_01.phpt2 Observer: Function calls from a shutdown handler are observable
H A Dobserver_shutdown_02.phpt2 Observer: Function calls from a __destruct during shutdown are observable
/PHP-8.0/tests/classes/
H A Ddestructor_and_globals.phpt2 ZE2 accessing globals from destructor in shutdown
H A Dfactory_and_singleton_002.phpt98 Warning: Call to protected test::__destruct() from global scope during shutdown ignored in Unknown …
/PHP-8.0/ext/opcache/tests/
H A Dphp_cli_server.inc54 /* Wait for server to shutdown */
/PHP-8.0/main/
H A DSAPI.h42 #undef shutdown
220 int (*shutdown)(struct _sapi_module_struct *sapi_module); member
H A Dphp_network.h31 #undef shutdown
32 #define shutdown(s,n) /* nothing */ macro
/PHP-8.0/Zend/
H A Dzend_extensions.c185 if (extension->shutdown) { in zend_extension_shutdown()
186 extension->shutdown(extension); in zend_extension_shutdown()
H A Dzend_extensions.h85 shutdown_func_t shutdown; member
H A DREADME.md29 `DL_UNLOAD()` is skipped during the shutdown of shared extensions.
/PHP-8.0/ext/pdo_firebird/tests/
H A Dpayload_server.inc73 /* Wait for server to shutdown */
/PHP-8.0/ext/curl/tests/
H A Dserver.inc80 /* Wait for server to shutdown */
/PHP-8.0/sapi/apache2handler/
H A Dsapi_apache2.c58 #undef shutdown
416 apache2_sapi_module.shutdown(&apache2_sapi_module); in php_apache_server_shutdown()
426 apache2_sapi_module.shutdown(&apache2_sapi_module); in php_apache_child_shutdown()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.c271 if (extension->shutdown) { in phpdbg_webdata_decompress()
272 extension->shutdown(extension); in phpdbg_webdata_decompress()
H A Dphpdbg_io.c349 shutdown(sock, SHUT_RDWR);
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_commands.c264 MYSQLND_METHOD(mysqlnd_command, shutdown)(MYSQLND_CONN_DATA * const conn, const uint8_t level) in MYSQLND_METHOD() argument
692 MYSQLND_METHOD(mysqlnd_command, shutdown),
/PHP-8.0/main/streams/
H A Dxp_socket.c209 shutdown(sock->socket, SHUT_RD); in php_sockop_close()
449 xparam->outputs.returncode = shutdown(sock->socket, shutdown_how[xparam->how]); in php_sockop_set_option()
/PHP-8.0/ext/oci8/
H A Dphp_oci8_int.h525 int shutdown; /* in shutdown flag */ variable

Completed in 53 milliseconds

123