Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.4/ext/standard/tests/http/
H A Dbug76342.phpt22 $start = microtime(true);
24 $diff = microtime(true) - $start;
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcspn_variation7.phpt2 Test strcspn() function : usage variations - with heredoc strings, varying start and default len ar…
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 start and default len arguments
16 echo "*** Testing strcspn() : with different start values ***\n";
79 // definig array of start values
91 // loop through each element of the arrays for str, mask and start arguments
97 foreach($start_array as $start) {
98 var_dump( strcspn($str,$mask,$start) ); // with default len value
107 *** Testing strcspn() : with different start values ***
H A Dstrspn_variation7.phpt2 Test strspn() function : usage variations - with heredoc strings, varying start and default 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 heredoc string, varying start and default len arguments
16 echo "*** Testing strspn() : with different start values ***\n";
78 // defining array of different start values
90 // loop through each element of the array for heredoc strings, mask strings and start values
97 foreach($start_array as $start) {
98 var_dump( strspn($str,$mask,$start) ); // with default len value
107 *** Testing strspn() : with different start values ***
/PHP-7.4/sapi/fpm/
H A Dinit.d.php-fpm.in54 start)
130 $0 start
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_basic.phpt15 <start>
21 </start>
H A DDOMDocument_relaxNGValidateSource_error1.phpt15 <start>
21 </start>
H A DDOMDocument_relaxNGValidateSource_error2.phpt15 <start>
18 </start>
/PHP-7.4/Zend/tests/
H A Dbug77345_gc_1.phpt17 var_dump('start');
41 string(5) "start"
H A Dbug77345_gc_2.phpt17 var_dump('start');
47 string(5) "start"
/PHP-7.4/ext/mbstring/ucgendat/
H A Ducgendat.php76 public $start; variable in Range
79 public function __construct(int $start, int $end) { argument
80 $this->start = $start;
163 return $r1->start <=> $r2->start;
171 } else if ($range->start == $lastRange->end + 1) {
173 } else if ($range->start > $lastRange->end + 1) {
179 $lastRange->start, $lastRange->end,
180 $range->start, $range->end
432 $values[] = $range->start;
/PHP-7.4/ext/opcache/tests/opt/
H A Dprop_types.phpt46 BB0: start exit lines=[0-0]
55 BB0: start exit lines=[0-9]
72 BB0: start exit lines=[0-8]
89 BB0: start exit lines=[0-9]
106 BB0: start exit lines=[0-8]
/PHP-7.4/ext/intl/tests/
H A Dini_use_exceptions_basic.phpt18 string(130) "transliterator_transliterate: Neither "start" nor the "end" arguments can exceed the n…
20 Notice: Transliterator::transliterate(): transliterator_transliterate: Neither "start" nor the "end…
/PHP-7.4/ext/curl/tests/
H A Dcurl_setopt_basic003.phpt14 // start testing
29 ob_start(); // start output buffering
H A Dcurl_basic_011.phpt18 // start testing
24 ob_start(); // start output buffering
H A Dcurl_basic_012.phpt18 // start testing
24 ob_start(); // start output buffering
H A Dcurl_basic_013.phpt18 // start testing
24 ob_start(); // start output buffering
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c384 int32_t start = 0; in PHP_FUNCTION() local
405 start = (int32_t) lstart; in PHP_FUNCTION()
457 if ( start < 0 ) { in PHP_FUNCTION()
469 while ( start ) { in PHP_FUNCTION()
476 start += iter_val; in PHP_FUNCTION()
479 if ( 0 != start || sub_str_start_pos >= ustr_len ) { in PHP_FUNCTION()
783 int32_t start = 0; in PHP_FUNCTION() local
834 start = (int32_t) lstart; in PHP_FUNCTION()
836 pstr = str + start; in PHP_FUNCTION()
862 ZVAL_LONG(next, start+nsize); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c94 && b->start > 0 in strip_leading_nops()
98 b->start++; in strip_leading_nops()
120 i = j = b->start + 1; in strip_nops()
121 while (i < b->start + b->len) { in strip_nops()
128 if (i + 1 < b->start + b->len in strip_nops()
138 b->len = j - b->start; in strip_nops()
180 opline = op_array->opcodes + block->start; in zend_optimize_block()
972 b->start = opline - new_opcodes; in assemble_code_blocks()
1095 cfg->map[cfg->blocks[n].start] = n; in assemble_code_blocks()
1716 end = op_array->opcodes + block->start; in zend_t_usage()
[all …]
H A Dssa_integrity.c323 if (i != 0 && block->start < (block-1)->start + (block-1)->len) { in ssa_verify_integrity()
325 i, block->start, (block-1)->start + (block-1)->len); in ssa_verify_integrity()
327 if (i != cfg->blocks_count-1 && block->start + block->len > (block+1)->start) { in ssa_verify_integrity()
329 i, block->start + block->len, (block+1)->start); in ssa_verify_integrity()
332 for (j = block->start; j < block->start + block->len; j++) { in ssa_verify_integrity()
/PHP-7.4/ext/date/tests/
H A Ddate-time-modify-times.phpt25 foreach ( $tests as $start => $data )
29 echo date_create( $start )
/PHP-7.4/ext/standard/
H A Dscanf.c106 char start; member
139 char *ch, start; in BuildCharSet() local
178 start = *ch; in BuildCharSet()
189 start = *ch; in BuildCharSet()
197 cset->chars[cset->nchars++] = start; in BuildCharSet()
205 if (start < *ch) { in BuildCharSet()
206 cset->ranges[cset->nranges].start = start; in BuildCharSet()
209 cset->ranges[cset->nranges].start = *ch; in BuildCharSet()
210 cset->ranges[cset->nranges].end = start; in BuildCharSet()
251 if ((cset->ranges[i].start <= ch) in CharInSet()
H A Dhtml.c783 *start = *buf; in process_named_entity_html()
800 *length = *buf - *start; in process_named_entity_html()
813 zend_ulong hash = zend_inline_hash_func(start, length); in resolve_named_entity_html()
818 if (memcmp(start, s->entity, length) == 0) { in resolve_named_entity_html()
944 const char *start; in traverse_for_entities() local
948 start = next; in traverse_for_entities()
950 if (process_named_entity_html(&next, &start, &ent_len) == FAILURE) in traverse_for_entities()
955 && start[1] == 'p' && start[2] == 'o' && start[3] == 's') { in traverse_for_entities()
1349 const char *start = (const char *) &old[cursor], in php_escape_html_entities_ex() local
1350 *next = start; in php_escape_html_entities_ex()
[all …]
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c304 zend_long start = 0, in PHP_FUNCTION() local
318 &arg1, &str, &str_len, &start, &limit ) == FAILURE ) in PHP_FUNCTION()
352 &str, &str_len, &start, &limit ) == FAILURE ) in PHP_FUNCTION()
367 if( start < 0 || ((limit != -1 ) && (start > limit )) ) in PHP_FUNCTION()
385 if( ( start > ustr_len ) || (( limit != -1 ) && (limit > ustr_len ) ) ) in PHP_FUNCTION()
411 utrans_transUChars( to->utrans, uresult, &uresult_len, capacity, (int32_t) start, in PHP_FUNCTION()
/PHP-7.4/ext/iconv/tests/
H A Diconv_substr_error2.phpt22 $start = 1;
26 var_dump( iconv_substr($str, $start, $length, $encoding));
/PHP-7.4/ext/xml/tests/
H A Dxml011.phpt17 $xml = '<text>start<b /> This &amp; that</text>';
42 [value] => start

Completed in 40 milliseconds

12345678910>>...16