Home
last modified time | relevance | path

Searched refs:start (Results 51 – 75 of 688) sorted by relevance

12345678910>>...28

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitWXExecAllocatorPosix.c126 sljit_uw start = (sljit_uw)from; in sljit_update_wx_flags() local
130 SLJIT_ASSERT(start < end); in sljit_update_wx_flags()
132 start &= ~page_mask; in sljit_update_wx_flags()
135 mprotect((void*)start, end - start, prot); in sljit_update_wx_flags()
/php-src/Zend/tests/fibers/
H A Dsignal-async.phpt18 echo "Fiber start\n";
24 $fiber->start();
28 Fiber start
35 #3 %ssignal-async.php(%d): Fiber->start()
H A Dsignal-dispatch.phpt16 echo "Fiber start\n";
29 $e = $fiber->start();
37 Fiber start
44 #4 %ssignal-dispatch.php(%d): Fiber->start()
/php-src/ext/standard/tests/strings/
H A Dsubstr.phpt11 /* start values >, < and = 0 */
20 /* start value variations with length values */
36 /* variation of start and length to point to same element */
37 echo ("\n*** Testing for variations of start and length to point to same element ***\n");
41 /* Testing to return empty string when start denotes the position beyond the truncation (set by neg…
42 echo ("\n*** Testing for start > truncation ***\n");
53 /* start <0 && -start > length */
156 *** Testing for variations of start and length to point to same element ***
160 *** Testing for start > truncation ***
H A Dstrspn_variation9.phpt2 Test strspn() function : usage variations - different strings with default start and len args
5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
7 … If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)
13 * Testing strspn() : with different strings as str argument and default start and len args
16 echo "*** Testing strspn() : with different str and default start and len args ***\n";
56 *** Testing strspn() : with different str and default start and len args ***
H A Dstrcspn_variation9.phpt2 Test strcspn() function : usage variations - different strings with default start and len args
5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
7 … If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
13 * Testing strcspn() : with different strings as str argument and default start and len args
16 echo "*** Testing strcspn() : with different str and default start and len args ***\n";
56 *** Testing strcspn() : with different str and default start and len args ***
H A Dstrcspn_basic.phpt15 $start = 15;
19 var_dump( strcspn($str, $mask, $start, $len) );
22 var_dump( strcspn($str, $mask, $start) );
H A Dstrspn_basic.phpt15 $start = 8;
19 var_dump( strspn($str, $mask, $start, $len) );
22 var_dump( strspn($str, $mask, $start) );
/php-src/ext/date/tests/
H A Ddate_period_unserialize2.phpt6 $start = new DateTime("2022-07-14 00:00:00", new DateTimeZone("UTC"));
9 $period = new DatePeriod($start, $interval, $end);
14 "start" => new DateTime,
H A DDatePeriod_getter.phpt7 $start = new DateTime('2000-01-01 00:00:00', new DateTimeZone('Europe/Berlin'));
10 $period = new DatePeriod($start, $interval, $end);
22 $periodWithRecurrences = new DatePeriod($start, $interval, $recurrences);
27 $periodWithRecurrencesWithoutStart = new DatePeriod($start, $interval, $recurrences, DatePeriod::EX…
H A Dgh9866.phpt13 $start = new \DateTimeImmutable('2000-11-01 09:29:22.907606', new \DateTimeZone('America/Chicago'));
15 $result = getYearsBetween($start, $end);
17 $diff = $start->diff($end);
H A Dbug52113.phpt7 $start = new DateTime('2003-01-02 08:00:00');
9 $diff = $start->diff($end);
10 $p = new DatePeriod($start, $diff, 2);
16 $p = new DatePeriod($start, $diff_un, 2);
31 $p = new DatePeriod($start, $diff_un, 2);
93 ["start"]=>
159 ["start"]=>
H A Ddate_period_unserialize1.phpt6 $start = new DateTime("2022-07-14 00:00:00", new DateTimeZone("UTC"));
9 $period = new DatePeriod($start, $interval, $end);
13 "start" => new DateTime("2022-07-14 12:00:00", new DateTimeZone("UTC")),
28 ["start"]=>
H A Dbug-gh9106.phpt8 $start = new \DateTimeImmutable("2020-01-01 00:00:00 UTC");
13 $t1 = $start->add($oneAndHalfSec);
18 var_dump($start->getTimestamp());
H A Dbug74639.phpt6 $start = new DateTime('2017-05-22 09:00:00');
8 $interval = $start->diff($end);
10 $period = new DatePeriod($start, $interval, $end);
H A Ddate_diff1.phpt7 $start = new DateTime('2010-10-04 02:18:48 EDT');
9 $int = $start->diff($end);
10 var_dump($start);
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.h63 data = lxb_dom_attr_local_name_append(tkz->attrs, tkz->start, \
64 tkz->pos - tkz->start); \
77 attr->value_size = (size_t) (tkz->pos - tkz->start); \
84 memcpy(attr->value, tkz->start, attr->value_size); \
91 tkz->pos = tkz->start; \
123 tkz->pos = tkz->start; \
136 tkz->pos = tkz->start; \
163 tkz->pos = tkz->start; \
176 tkz->token->text_start = tkz->start; \
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c127 ival->range.start = start; in ir_new_live_range()
152 if (start < p->start) { in ir_add_live_range()
153 p->start = start; in ir_add_live_range()
191 q->start = start; in ir_add_live_range()
205 q->start = p->start; in ir_add_live_range()
208 p->start = start; in ir_add_live_range()
219 ival->range.start = start; in ir_add_prev_live_range()
238 ival->range.start = start; in ir_add_fixed_live_range()
254 q->start = ival->range.start; in ir_add_fixed_live_range()
257 ival->range.start = start; in ir_add_fixed_live_range()
[all …]
/php-src/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt27 $start = substr($dir, 0, strpos($dir, DIRECTORY_SEPARATOR, strlen(__DIR__)+1));
30 $start,
50 rmdir($start);
51 var_dump(file_exists($start));
/php-src/ext/zend_test/tests/
H A Dobserver_fiber_functions_02.phpt21 $fiber->start();
30 <!-- init Fiber::start() -->
31 <Fiber::start>
45 </Fiber::start>
H A Dobserver_fiber_functions_01.phpt21 $fiber->start();
31 <!-- init Fiber::start() -->
32 <Fiber::start>
46 </Fiber::start>
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_invalid.phpt27 Warning: range(): Argument #1 ($start) must be a single byte, subsequent bytes are ignored in %s on…
40 …end) must be a single byte string if argument #1 ($start) is a single byte string, argument #1 ($s…
46 Warning: range(): Argument #1 ($start) must not be empty, casted to 0 in %s on line %d
48 Warning: range(): Argument #1 ($start) must be a single byte string if argument #2 ($end) is a sing…
55 Warning: range(): Argument #1 ($start) must be a single byte string if argument #2 ($end) is a sing…
67 …end) must be a single byte string if argument #1 ($start) is a single byte string, argument #1 ($s…
/php-src/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt31 $tester->start();
47 ["start-time"]=>
49 ["start-since"]=>
79 ["start-time"]=>
81 ["start-since"]=>
/php-src/ext/xml/tests/
H A Dset_element_handler_trampoline.phpt12 echo 'Method start handler: ', $tag, PHP_EOL;
54 echo "\nEnd handler is trampoline, start handler method string:\n";
88 End handler is trampoline, start handler method string:
89 Method start handler: A
90 Method start handler: B
93 Method start handler: C
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c117 const unsigned char *start = NULL; in mbfl_strcut() local
129 start = string->val + from; in mbfl_strcut()
130 end = start + (length & -2); in mbfl_strcut()
138 start = string->val + from; in mbfl_strcut()
139 end = start + (length & -4); in mbfl_strcut()
145 start = string->val + from; in mbfl_strcut()
146 end = start + length; in mbfl_strcut()
160 start = p; in mbfl_strcut()
163 if (length >= string->len - (start - string->val)) { in mbfl_strcut()
179 sz = end - start; in mbfl_strcut()
[all …]

Completed in 65 milliseconds

12345678910>>...28