Home
last modified time | relevance | path

Searched refs:start (Results 76 – 100 of 632) sorted by relevance

12345678910>>...26

/PHP-8.2/ext/date/tests/
H A Dbug52480.phpt9 // number of days between the start and end dates. Otherwise, days will be FALSE.
14 $start = new DateTime('2017-03-01', new DateTimeZone($timezone));
17 if ($expectedDiff != (array) $start->diff($end)) {
H A Ddate_period_include_end.phpt6 $start = new DateTime('2010-06-07');
10 foreach (new DatePeriod($start, $interval, $end, DatePeriod::INCLUDE_END_DATE) as $day) {
H A Dbug-gh11416.phpt28 $dateperiod->__unserialize(['start' => $date]);
34 $dateperiod->__unserialize(['start' => $now, 'end' => $date]);
40 $dateperiod->__unserialize(['start' => $now, 'end' => $now, 'current' => $date]);
46 …$dateperiod->__unserialize(['start' => $now, 'end' => $now, 'current' => $now, 'interval' => $date…
53 'start' => $now, 'end' => $now, 'current' => $now, 'interval' => $simpleInterval,
H A DDatePeriod_no_advance_on_valid.phpt6 $start = DateTime::createFromFormat('Y-m-d', '2022-01-01');
9 $period = new DatePeriod($start, $interval, $end);
23 $period = new DatePeriod($start, $interval, $end, DatePeriod::EXCLUDE_START_DATE);
H A Ddate_period_exclude_start_and_include_end.phpt6 $start = new DateTime('2010-06-07');
10 $dp = new DatePeriod($start, $interval, $end, DatePeriod::EXCLUDE_START_DATE | DatePeriod::INCLUDE_…
/PHP-8.2/ext/shmop/
H A Dshmop.c221 zend_long start, count; in PHP_FUNCTION() local
227 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oll", &shmid, shmop_ce, &start, &count) == FAILURE) { in PHP_FUNCTION()
233 if (start < 0 || start > shmop->size) { in PHP_FUNCTION()
238 if (count < 0 || start > (ZEND_LONG_MAX - count) || start + count > shmop->size) { in PHP_FUNCTION()
243 startaddr = shmop->addr + start; in PHP_FUNCTION()
244 bytes = count ? count : shmop->size - start; in PHP_FUNCTION()
/PHP-8.2/Zend/tests/fibers/
H A Ddebug-backtrace.phpt15 $fiber->start();
21 #2 %sdebug-backtrace.php(12): Fiber->start()
H A Dthrow-in-multiple-destroyed-fibers-after-shutdown.phpt15 $fiber1->start();
25 $fiber2->start();
30 $fiber->start();
H A Dgh10496-002.phpt17 }))->start();
21 $f->start();
/PHP-8.2/ext/curl/tests/
H A Dbug45161.phpt19 $i = $start = $end = 100000.00;
28 $start = memory_get_usage() + 1024;
34 if ($start < memory_get_usage()) {
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_vtune.c27 const void *start, in zend_jit_vtune_register() argument
40 jmethod.method_load_address = (void*)start; in zend_jit_vtune_register()
/PHP-8.2/Zend/tests/generators/
H A Dxrange.phpt6 function xrange($start, $end, $step = 1) {
7 for ($i = $start; $i <= $end; $i += $step) {
/PHP-8.2/ext/hash/
H A Dbench.php14 $start = hrtime(true); variable
18 $time[$algo] += hrtime(true)-$start;
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c197 stack->start = stack->end - start_size; in sljit_allocate_stack()
213 stack->start = new_start; in sljit_stack_resize()
267 stack->start = stack->end; in sljit_allocate_stack()
289 stack->start = stack->end - start_size; in sljit_allocate_stack()
311 aligned_old_start = ((sljit_uw)stack->start) & ~page_align; in sljit_stack_resize()
323 if (stack->start < new_start) { in sljit_stack_resize()
327 aligned_old_start = ((sljit_uw)stack->start) & ~page_align; in sljit_stack_resize()
338 stack->start = new_start; in sljit_stack_resize()
/PHP-8.2/ext/phar/
H A Dshortarc.php221 $start = 4 + $s[1];
226 $len = unpack('V', substr($m, $start, 4));
227 $start += 4;
229 $savepath = substr($m, $start, $len[1]);
230 $start += $len[1];
234 … $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
239 $start += 24 + $ret['m'][$savepath][5];
/PHP-8.2/ext/zend_test/tests/
H A Dfiber_test_02.phpt13 $fiber->start();
15 var_dump($test->start()); // int(1)
/PHP-8.2/ext/standard/
H A Durl_scanner_ex.re347 smart_str_appendl(&ctx->result, start, YYCURSOR - start);
457 smart_str_appendl(&ctx->tag, start, YYCURSOR - start);
478 smart_str_appendl(&ctx->arg, start, YYCURSOR - start);
500 char *start;
522 start = YYCURSOR;
529 start = YYCURSOR;
539 start = YYCURSOR;
548 start = YYCURSOR;
555 start = YYCURSOR;
888 if (!start) {
[all …]
/PHP-8.2/ext/dom/tests/
H A Dbug46335.phpt9 $start = 30;
18 $matched = $node->splitText($start);
27 $matched = $node->splitText($start);
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.init.d51 start()
104 start)
105 start
115 $0 start
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.c516 return start; in tsrm_realpath_r()
538 return start ? start : len; in tsrm_realpath_r()
548 if (!start) { in tsrm_realpath_r()
950 j = start; in tsrm_realpath_r()
1039 start = 0; in virtual_file_ex()
1113 start = 2; in virtual_file_ex()
1118 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1119 start++; in virtual_file_ex()
1126 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1127 start++; in virtual_file_ex()
[all …]
H A Dzend_opcode.c705 range->start = start; in emit_live_range_raw()
736 start++; in emit_live_range()
746 start++; in emit_live_range()
760 start++; in emit_live_range()
792 start++; in emit_live_range()
815 start++; in emit_live_range()
884 return a->start - b->start; in cmp_live_range()
891 tmp = a->start; in swap_live_range()
892 a->start = b->start; in swap_live_range()
893 b->start = tmp; in swap_live_range()
[all …]
/PHP-8.2/ext/openssl/tests/
H A Dbug79145.phpt17 $start = memory_get_usage(true);
21 var_dump($end == $start);
/PHP-8.2/Zend/tests/
H A Dbug43450.phpt18 $start = memory_get_usage() / 1024;
26 if ($start + 16 < $end) {
/PHP-8.2/ext/standard/tests/strings/
H A Dstrspn_variation5.phpt2 Test strspn() function : usage variations - with heredoc 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)
70 var_dump( strspn($str,$mask) ); // with default start and len values
H A Dstrcspn_variation5.phpt2 Test strcspn() function : usage variations - with heredoc 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)
70 var_dump( strcspn($str,$mask) ); // with default start and len values

Completed in 42 milliseconds

12345678910>>...26