Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 628) sorted by last modified time

12345678910>>...26

/PHP-5.5/win32/
H A Dtime.c148 PHPAPI int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue)
161 switch (which) {
180 switch (which) {
H A Dtime.h48 PHPAPI extern int setitimer(int which, const struct itimerval *value,
H A Dbuilddef.bat2 rem Generate phpts.def file, which exports symbols from our dll that
3 rem are present in some of the libraries which are compiled statically
H A Dinstall.txt810 admin server which runs the startup script of the web server, you
828 directives which could interfere with yours. If you want to place a
833 create a PHP script which displays a directory listing and replace the
931 * Navigate to the Filters, and put the extension which PHP should
943 which extensions you would like to load when PHP starts by modifying
1228 and give the necessary details about your environment (which operating
1487 By default on Unix it should be in /usr/local/lib which is
1565 spec file which databases to support and the location of the top-level
1640 server configuration which you should double check.
1664 message will be displayed which will give you a clue as to what needs
[all …]
/PHP-5.5/tests/run-test/
H A Dtest005.phpt11 // We check the general ini settings which affect error handling
H A Dtest008.phpt11 // We check the general ini settings which affect error handling
H A Dtest008a.phpt11 // We check the general ini settings which affect error handling
/PHP-5.5/tests/lang/
H A Dfunc_get_arg.005.phpt2 A variable, which is referenced by another variable, is passed by value.
H A Dbug20175.phpt88 * comes from). First there is the global counter $oop_global again which
H A Dbug43958.phpt12 MyClass::loadCode('file-which-does-not-exist-on-purpose.php');
14 Warning: include(file-which-does-not-exist-on-purpose.php): failed to open stream: No such file or …
16 Warning: include(): Failed opening 'file-which-does-not-exist-on-purpose.php' for inclusion (includ…
H A Dcompare_objects_basic1.phpt27 // Define a bunch of objects all of which will use standard compare object handler
/PHP-5.5/tests/classes/
H A Dinterface_constant_inheritance_004.phpt2 Ensure a class may implement two interfaces which include the same constant (due to inheritance).
/PHP-5.5/sapi/pi3web/
H A DREADME4 into the INSTALL file which accompanies that distribution.
/PHP-5.5/sapi/tux/
H A DREADME9 The web-server provides a user-space API which allows arbitrary
/PHP-5.5/sapi/webjames/
H A DREADME4 This is a SAPI module for the WebJames HTTP server, which runs on the
/PHP-5.5/sapi/litespeed/
H A DREADME12 which is nearly twice the performance that Apache mod_php can deliver.
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt109 directives which could interfere with yours.
115 Just generate a PHP script which displays a directory listing and
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c196 static void fpm_php_cleanup(int which, void *arg) /* {{{ */ in fpm_php_cleanup() argument
H A Dfpm_process_ctl.c40 static void fpm_pctl_cleanup(int which, void *arg) /* {{{ */ in fpm_pctl_cleanup() argument
43 if (which != FPM_CLEANUP_PARENT_EXEC) { in fpm_pctl_cleanup()
54 static void fpm_pctl_action(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_action() argument
441 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_heartbeat() argument
450 if (which == FPM_EV_TIMEOUT) { in fpm_pctl_heartbeat()
466 void fpm_pctl_perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *… in fpm_pctl_perform_idle_server_maintenance_heartbeat() argument
475 if (which == FPM_EV_TIMEOUT) { in fpm_pctl_perform_idle_server_maintenance_heartbeat()
496 void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_on_socket_accept() argument
H A Dfpm_process_ctl.h24 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg);
25 void fpm_pctl_perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *…
26 void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg);
H A Dfpm_sockets.c44 static void fpm_sockets_cleanup(int which, void *arg) /* {{{ */ in fpm_sockets_cleanup() argument
52 if (which != FPM_CLEANUP_PARENT_EXEC) { in fpm_sockets_cleanup()
61 if (which == FPM_CLEANUP_PARENT_EXIT_MAIN) { in fpm_sockets_cleanup()
H A Dfpm_stdio.c86 static void fpm_stdio_child_said(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_stdio_child_said() argument
H A Dfpm_systemd.c48 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_systemd_heartbeat() argument
56 if (which == FPM_EV_TIMEOUT) { in fpm_systemd_heartbeat()
H A Dfpm_systemd.h9 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg);
H A Dfpm_worker_pool.c36 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup() argument
44 if ((which & FPM_CLEANUP_CHILD) == 0 && fpm_globals.parent_pid == getpid()) { in fpm_worker_pool_cleanup()

Completed in 31 milliseconds

12345678910>>...26