Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.4/ext/hash/
H A Dbench.php80 $start = microtime(true); variable
84 $time[$algo] += microtime(true)-$start;
/PHP-7.4/ext/curl/tests/
H A Dbug45161.phpt21 $i = $start = $end = 100000.00;
30 $start = memory_get_usage() + 1024;
36 if ($start < memory_get_usage()) {
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation6.phpt2 Test strcspn() function : usage variations - with heredoc strings, varying mask & default start and…
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 heredoc string, varying mask and default start and len arguments
84 var_dump( strcspn($str,$mask) ); // with default start and len value
H A Dstrcspn_variation10.phpt2 Test strcspn() function : usage variations - with varying mask & 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 varying mask and default start and len arguments
16 echo "*** Testing strcspn() : with different mask strings and default start and len arguments ***\n…
67 *** Testing strcspn() : with different mask strings and default start and len arguments ***
H A Dstrspn_variation10.phpt2 Test strspn() function : usage variations - with varying mask & 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 varying mask and default start and len arguments
16 echo "*** Testing strspn() : with different mask strings and default start and len arguments ***\n";
69 *** Testing strspn() : with different mask strings and default start and len arguments ***
H A Dstrspn_variation6.phpt2 Test strspn() function : usage variations - with heredoc strings, varying mask & default start and …
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 heredoc string, varying mask and default start and len arguments
86 var_dump( strspn($str,$mask) ); // with default start and len value
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
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
/PHP-7.4/ext/date/tests/
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);
123 ["start"]=>
211 ["start"]=>
H A Dbug75002.phpt10 $start=new DateTime( '2012-08-01' );
12 foreach (new aaa($start) as $y) {
H A DDatePeriod_properties2.phpt13 "start",
39 Writing to DatePeriod->start is unsupported
40 Retrieval of DatePeriod->start for modification is unsupported
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substr_error2.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
22 $start = 1;
26 var_dump( mb_substr($str, $start, $length, $encoding));
/PHP-7.4/ext/dom/tests/
H A Dbug46335.phpt9 $start = 30;
18 $matched = $node->splitText($start);
27 $matched = $node->splitText($start);
/PHP-7.4/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-7.4/Zend/tests/
H A Dbug43450.phpt18 $start = memory_get_usage() / 1024;
26 if ($start + 16 < $end) {
H A Dbug51176.phpt7 public function start()
26 $foo->start();
H A Dbug63741.phpt33 function start()
38 start();
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.init.d51 start()
104 start)
105 start
115 $0 start
/PHP-7.4/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-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c243 stack->start = stack->end - start_size; in sljit_allocate_stack()
259 stack->start = new_start; in sljit_stack_resize()
335 stack->start = stack->end; in sljit_allocate_stack()
359 stack->start = stack->end - start_size; in sljit_allocate_stack()
381 aligned_old_start = ((sljit_uw)stack->start) & ~page_align; in sljit_stack_resize()
393 if (stack->start < new_start) { in sljit_stack_resize()
397 aligned_old_start = ((sljit_uw)stack->start) & ~page_align; in sljit_stack_resize()
404 stack->start = new_start; in sljit_stack_resize()
/PHP-7.4/ext/pcre/tests/
H A Dbug72685.phpt13 $start = microtime(true);
17 var_dump(($end - $start) < 0.5); // large margin, more like 0.05 in debug build
H A Dbug78272.phpt13 print "Child start\n";
25 Child start
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c522 return start; in tsrm_realpath_r()
544 return start ? start : len; in tsrm_realpath_r()
554 if (!start) { in tsrm_realpath_r()
955 j = start; in tsrm_realpath_r()
1044 start = 0; in virtual_file_ex()
1118 start = 2; in virtual_file_ex()
1123 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1124 start++; in virtual_file_ex()
1131 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1132 start++; in virtual_file_ex()
[all …]
H A Dzend_opcode.c588 range->start = start; in emit_live_range_raw()
619 start++; in emit_live_range()
629 start++; in emit_live_range()
643 start++; in emit_live_range()
676 start++; in emit_live_range()
705 if (start != end) { in emit_live_range()
754 return a->start - b->start; in cmp_live_range()
761 tmp = a->start; in swap_live_range()
762 a->start = b->start; in swap_live_range()
763 b->start = tmp; in swap_live_range()
[all …]
/PHP-7.4/ext/openssl/tests/
H A Dbug79145.phpt17 $start = memory_get_usage(true);
23 var_dump($end <= 1.1 * $start);

Completed in 51 milliseconds

12345678910>>...16