Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-8.2/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness.phpt20 1 gets printed. $i == 0, which is even, so 1 gets removed, which results in:
24 …Because the list is live, the current element pointer still refers to the first index, which now c…
25 Now the foreach body ends, which means we go to the next element, which is now 3 instead of 2.
28 3 gets printed. $i == 1, which is odd, so nothing happens and we move on to the next element:
31 4 gets printed. $i == 2, which is even, so 4 gets removed, which results in:
35 Now the foreach body ends, which means we go to the next element, which is now 6 instead of 5.
/PHP-8.2/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-8.2/sapi/fpm/fpm/
H A Dfpm_process_ctl.h20 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg);
21 void fpm_pctl_perform_idle_server_maintenance_heartbeat(struct fpm_event_s *ev, short which, void *…
22 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
487 (*ev->callback)( (struct fpm_event_s *) ev, ev->which, ev->arg); in fpm_event_fire()
518 ev->which = FPM_EV_READ; in fpm_event_add()
526 ev->which = FPM_EV_TIMEOUT; in fpm_event_add()
H A Dfpm_worker_pool.c51 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup() argument
59 if ((which & FPM_CLEANUP_CHILD) == 0 && fpm_globals.parent_pid == getpid()) { in fpm_worker_pool_cleanup()
H A Dfpm_process_ctl.c39 static void fpm_pctl_cleanup(int which, void *arg) /* {{{ */ in fpm_pctl_cleanup() argument
42 if (which != FPM_CLEANUP_PARENT_EXEC) { in fpm_pctl_cleanup()
53 static void fpm_pctl_action(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_action() argument
459 void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_heartbeat() argument
468 if (which == FPM_EV_TIMEOUT) { in fpm_pctl_heartbeat()
484 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
493 if (which == FPM_EV_TIMEOUT) { in fpm_pctl_perform_idle_server_maintenance_heartbeat()
514 void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void *arg) /* {{{ */ in fpm_pctl_on_socket_accept() argument
/PHP-8.2/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_extendederror_attr.phpt14 echo "Inserting first time which should succeed" . PHP_EOL;
19 echo "Inserting second time which should fail" . PHP_EOL;
31 echo "Inserting first time which should succeed" . PHP_EOL;
36 echo "Inserting second time which should fail" . PHP_EOL;
44 Inserting first time which should succeed
46 Inserting second time which should fail
49 Inserting first time which should succeed
51 Inserting second time which should fail
/PHP-8.2/ext/standard/tests/general_functions/
H A Dget_included_files.phpt19 echo "\n-- List included files atfter including inc2 which will include inc3 which includes inc1 --…
40 -- List included files atfter including inc2 which will include inc3 which includes inc1 --
/PHP-8.2/tests/lang/
H A Dbug43958.phpt12 MyClass::loadCode('file-which-does-not-exist-on-purpose.php');
15 Warning: include(file-which-does-not-exist-on-purpose.php): Failed to open stream: No such file or …
17 Warning: include(): Failed opening 'file-which-does-not-exist-on-purpose.php' for inclusion (includ…
/PHP-8.2/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-8.2/ext/standard/tests/strings/
H A Dstrval_error.phpt14 // Testing strval with a object which has no toString() method
15 echo "\n-- Testing strval() function with object which has not toString() method --\n";
26 -- Testing strval() function with object which has not toString() method --
/PHP-8.2/Zend/tests/type_declarations/dnf_types/redundant_types/
H A Dobject_and_dnf_type.phpt2 A DNF type which contains object is redundant
14 Fatal error: Type (A&B)|object contains both object and a class type, which is redundant in %s on l…
H A Dobject_and_dnf_type2.phpt2 A DNF type which contains object is redundant 2
14 Fatal error: Type (A&B)|object contains both object and a class type, which is redundant in %s on l…
/PHP-8.2/ext/mbstring/tests/
H A Dmb_decode_numericentity_large_ints.phpt36 testNonAscii("Starting entity immediately after valid decimal entity which is just within maximum l…
38 testNonAscii("Starting entity immediately after valid hex entity which is just within maximum lengt…
46 test("Regression test (entity which decodes to 0xFFFFFFFF)", "", "?", [0xFFFFFF86, 0xFFFFFFFF,…
57 Starting entity immediately after valid decimal entity which is just within maximum length: 0000002…
58 Starting entity immediately after valid hex entity which is just within maximum length: 00000026000…
60 Regression test (entity which decodes to 0xFFFFFFFF): string(5) "" => string(1) "?" (Good)
/PHP-8.2/ext/standard/tests/file/
H A Dfgetcsv_variation23.phpt7 echo "*** Testing fgetcsv() : reading from file which is having zero content ***\n";
9 // try reading from file which is having zero content
34 *** Testing fgetcsv() : reading from file which is having zero content ***
H A Dcopy_variation15.phpt11 /* Test copy(): Trying to create a copy of file in a dir which doesn't have write permissions */
15 echo "*** Test copy() function: Trying to create a copy of file in a dir which doesn't have write p…
44 *** Test copy() function: Trying to create a copy of file in a dir which doesn't have write permiss…
H A Dunlink_variation2.phpt10 echo "*** Testing unlink() on a file which is in use ***\n";
25 *** Testing unlink() on a file which is in use ***
/PHP-8.2/ext/standard/tests/array/
H A Darray_filter_variation5.phpt6 * With default callback function argument, array_filter() removes elements which are interpreted as…
54 // With callback function which returns always true
57 // With callback function which returns always false
/PHP-8.2/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt11 // promising, but requires injecting code in the constructor, which may require adding a
12 // constructor which is not explicitly declared, which may also require a child class to
/PHP-8.2/ext/spl/tests/
H A Diterator_032.phpt44 Cannot seek to 0 which is below the offset 1
46 Cannot seek to 3 which is behind offset 1 plus count 2
/PHP-8.2/ext/standard/tests/serialize/
H A Dref_to_failed_serialize.phpt2 References to objects for which Serializable::serialize() returned NULL should use N;
22 Deprecated: %s implements the Serializable interface, which is deprecated. Implement __serialize() …
/PHP-8.2/ext/session/tests/
H A Dbug36459.phpt2 Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n)
22 <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title>
35 <title>Bug #36459 Incorrect adding PHPSESSID to links, which contains \r\n</title>
/PHP-8.2/ext/reflection/tests/
H A Dbug71018.phpt51 Deprecated: Calling ReflectionProperty::setValue() with a 1st argument which is not null or an obje…
53 Deprecated: Calling ReflectionProperty::setValue() with a 1st argument which is not null or an obje…
56 Calling ReflectionProperty::setValue() with a 1st argument which is not null or an object is deprec…
/PHP-8.2/pear/
H A DMakefile.frag6 WGET = `which wget 2>/dev/null`
7 FETCH = `which fetch 2>/dev/null`

Completed in 30 milliseconds

12345678910>>...19