Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_process_ctl.h22 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg);
23 void fpm_pctl_perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *…
24 void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg);
H A Dfpm_events.c36 static void fpm_event_cleanup(int which, void *arg);
37 static void fpm_postponed_children_bury(struct fpm_event_s *ev, short which, void *arg);
38 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg);
49 static void fpm_event_cleanup(int which, void *arg) /* {{{ */ in fpm_event_cleanup() argument
56 static void fpm_postponed_children_bury(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_postponed_children_bury() argument
62 static void fpm_got_signal(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_got_signal() argument
482 (*ev->callback)( (struct fpm_event_s *) ev, ev->which, ev->arg); in fpm_event_fire()
513 ev->which = FPM_EV_READ; in fpm_event_add()
521 ev->which = FPM_EV_TIMEOUT; in fpm_event_add()
H A Dfpm_process_ctl.c38 static void fpm_pctl_cleanup(int which, void *arg) /* {{{ */ in fpm_pctl_cleanup() argument
41 if (which != FPM_CLEANUP_PARENT_EXEC) { in fpm_pctl_cleanup()
52 static void fpm_pctl_action(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_action() argument
444 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_heartbeat() argument
453 if (which == FPM_EV_TIMEOUT) { in fpm_pctl_heartbeat()
469 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
478 if (which == FPM_EV_TIMEOUT) { in fpm_pctl_perform_idle_server_maintenance_heartbeat()
499 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_worker_pool.c48 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup() argument
56 if ((which & FPM_CLEANUP_CHILD) == 0 && fpm_globals.parent_pid == getpid()) { in fpm_worker_pool_cleanup()
H A Dfpm_systemd.h9 void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *arg);
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()
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_rpcenc.inc16 function echoMultipleFaults1($which, $s1, $s2) {
17 if ($which == 2) {
24 function echoMultipleFaults2($which, $s1, $s2, $s3) {
25 if ($which == 2) {
27 } else if ($which == 3) {
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_extendederror_attr.phpt13 echo "Inserting first time which should succeed" . PHP_EOL;
18 echo "Inserting second time which should fail" . PHP_EOL;
29 echo "Inserting first time which should succeed" . PHP_EOL;
34 echo "Inserting second time which should fail" . PHP_EOL;
42 Inserting first time which should succeed
44 Inserting second time which should fail
47 Inserting first time which should succeed
49 Inserting second time which should fail
/PHP-7.4/tests/lang/
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…
/PHP-7.4/ext/sqlite3/tests/
H A Dsqlite3_38_extended_error.phpt12 echo "Inserting first time which should succeed" . PHP_EOL;
16 echo "Inserting second time which should fail" . PHP_EOL;
26 Inserting first time which should succeed
28 Inserting second time which should fail
H A Dsqlite3_39_toggleExtended.phpt12 echo "Inserting first time which should succeed" . PHP_EOL;
16 echo "Inserting second time which should fail" . PHP_EOL;
30 Inserting first time which should succeed
32 Inserting second time which should fail
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_included_files.phpt22 echo "\n-- List included files atfter including inc2 which will include inc3 which includes inc1 --…
47 -- List included files atfter including inc2 which will include inc3 which includes inc1 --
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation23.phpt12 echo "*** Testing fgetcsv() : reading from file which is having zero content ***\n";
14 // try reading from file which is having zero content
39 *** Testing fgetcsv() : reading from file which is having zero content ***
H A Dcopy_variation15.phpt16 /* Test copy(): Trying to create a copy of file in a dir which doesn't have write permissions */
20 echo "*** Test copy() function: Trying to create a copy of file in a dir which doesn't have write p…
49 *** Test copy() function: Trying to create a copy of file in a dir which doesn't have write permiss…
H A Dunlink_variation2.phpt13 echo "*** Testing unlink() on a file which is in use ***\n";
28 *** Testing unlink() on a file which is in use ***
/PHP-7.4/ext/spl/tests/
H A Diterator_032.phpt46 Cannot seek to 0 which is below the offset 1
48 Cannot seek to 3 which is behind offset 1 plus count 2
/PHP-7.4/ext/session/tests/
H A Dbug36459.phpt2 Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n)
20 <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title>
33 <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title>
/PHP-7.4/ext/standard/tests/array/
H A Darray_filter_variation5.phpt11 * With default callback function argument, array_filter() removes elements which are interpreted as…
60 // With callback function which returns always true
63 // With callback function which returns always false
/PHP-7.4/pear/
H A DMakefile.frag6 WGET = `which wget 2>/dev/null`
7 FETCH = `which fetch 2>/dev/null`
/PHP-7.4/ext/standard/tests/strings/
H A Dstrval_error.phpt30 // Testing strval with a object which has no toString() method
31 echo "\n-- Testing strval() function with object which has not toString() method --\n";
53 -- Testing strval() function with object which has not toString() method --
/PHP-7.4/ext/dba/libcdb/
H A Duint32.h31 #error Need type which holds 32 bits
/PHP-7.4/sapi/cli/tests/
H A Dbug64529.phpt11 exec('which expect', $output, $ret);
18 $expect_executable = trim(`which expect`);
/PHP-7.4/Zend/tests/
H A Dobjects_033.phpt9 // which may or may not share the same ordering.
11 // of materializing the properties shadow HashTable which
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc289 $which = $this->args['']['val'];
290 if (isset($which)) {
291 if (count($which) != 1) {
295 $which = $which[0];
296 if (!array_key_exists($which, $this->cmds)) {
297 if (strtolower($which) == 'commands') {
304 $l = strlen($which);
305 $cmds = array($which => $this->cmds[$which]);
/PHP-7.4/docs/
H A Dunix-build-system.md10 * adds PHP_DEFINE(what[, value]) which creates a single include-file per what.
39 Makefile.ins are abandoned. The files which are to be compiled are specified in
46 E.g. this enables the extension foo which consists of three source-code modules,
69 E.g. this builds the three files which are located relative to the extension
89 the values which are correct for your extension and which are again determined
118 source-file, where it is located, in which target context it can work, etc.

Completed in 77 milliseconds

12345678910>>...23