Home
last modified time | relevance | path

Searched refs:start (Results 101 – 125 of 431) sorted by relevance

12345678910>>...18

/PHP-7.2/ext/standard/
H A Dvar_unserializer.c651 start = cursor; in php_var_unserialize_internal()
990 id = parse_uiv(start + 2) - 1; in php_var_unserialize_internal()
1079 int digits = YYCURSOR - start - 3; in php_var_unserialize_internal()
1081 if (start[2] == '-' || start[2] == '+') { in php_var_unserialize_internal()
1116 id = parse_uiv(start + 2) - 1; in php_var_unserialize_internal()
1156 if (*start == 'C') { in php_var_unserialize_internal()
1163 *p = start + 2; in php_var_unserialize_internal()
1300 len = parse_uiv(start + 2); in php_var_unserialize_internal()
1303 *p = start + 2; in php_var_unserialize_internal()
1400 len = parse_uiv(start + 2); in php_var_unserialize_internal()
[all …]
H A Dscanf.c110 char start; member
143 char *ch, start; in BuildCharSet() local
182 start = *ch; in BuildCharSet()
193 start = *ch; in BuildCharSet()
201 cset->chars[cset->nchars++] = start; in BuildCharSet()
209 if (start < *ch) { in BuildCharSet()
210 cset->ranges[cset->nranges].start = start; in BuildCharSet()
213 cset->ranges[cset->nranges].start = *ch; in BuildCharSet()
214 cset->ranges[cset->nranges].end = start; in BuildCharSet()
255 if ((cset->ranges[i].start <= ch) in CharInSet()
H A Dhtml.c830 *start = *buf; in process_named_entity_html()
847 *length = *buf - *start; in process_named_entity_html()
860 zend_ulong hash = zend_inline_hash_func(start, length); in resolve_named_entity_html()
865 if (memcmp(start, s->entity, length) == 0) { in resolve_named_entity_html()
991 const char *start; in traverse_for_entities() local
995 start = next; in traverse_for_entities()
997 if (process_named_entity_html(&next, &start, &ent_len) == FAILURE) in traverse_for_entities()
1002 && start[1] == 'p' && start[2] == 'o' && start[3] == 's') { in traverse_for_entities()
1396 const char *start = (const char *) &old[cursor], in php_escape_html_entities_ex() local
1397 *next = start; in php_escape_html_entities_ex()
[all …]
/PHP-7.2/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.2/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_013.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_005.phpt19 // start testing
25 ob_start(); // start output buffering
H A Dcurl_basic_001.phpt18 // start testing
24 ob_start(); // start output buffering
H A Dcurl_basic_002.phpt19 // start testing
25 ob_start(); // start output buffering
H A Dcurl_setopt_basic002.phpt14 // start testing
33 ob_start(); // start output buffering
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dutf32_be.c157 utf32be_left_adjust_char_head(const UChar* start, const UChar* s) in utf32be_left_adjust_char_head() argument
161 if (s <= start) return (UChar* )s; in utf32be_left_adjust_char_head()
163 rem = (s - start) % 4; in utf32be_left_adjust_char_head()
H A Dutf32_le.c157 utf32le_left_adjust_char_head(const UChar* start, const UChar* s) in utf32le_left_adjust_char_head() argument
161 if (s <= start) return (UChar* )s; in utf32le_left_adjust_char_head()
163 rem = (s - start) % 4; in utf32le_left_adjust_char_head()
/PHP-7.2/ext/mbstring/tests/
H A Dmb_substr_error1.phpt10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
24 $start = 10;
28 var_dump( mb_substr($str, $start, $length, $encoding, $extra_arg) );
/PHP-7.2/ext/opcache/Optimizer/
H A Dssa_integrity.c313 if (i != 0 && block->start < (block-1)->start + (block-1)->len) { in ssa_verify_integrity()
315 i, block->start, (block-1)->start + (block-1)->len); in ssa_verify_integrity()
317 if (i != cfg->blocks_count-1 && block->start + block->len > (block+1)->start) { in ssa_verify_integrity()
319 i, block->start + block->len, (block+1)->start); in ssa_verify_integrity()
322 for (j = block->start; j < block->start + block->len; j++) { in ssa_verify_integrity()
/PHP-7.2/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_error1.phpt15 <start>
21 </start>
H A DDOMDocument_relaxNGValidateSource_error2.phpt15 <start>
18 </start>
/PHP-7.2/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()
353 &str, &str_len, &start, &limit ) == FAILURE ) in PHP_FUNCTION()
368 if( start < 0 || ((limit != -1 ) && (start > limit )) ) in PHP_FUNCTION()
386 if( ( start > ustr_len ) || (( limit != -1 ) && (limit > ustr_len ) ) ) in PHP_FUNCTION()
412 utrans_transUChars( to->utrans, uresult, &uresult_len, capacity, (int32_t) start, in PHP_FUNCTION()
/PHP-7.2/ext/standard/tests/strings/
H A Dstrspn_variation4.phpt5 /* 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)
23 $start = 0;
88 // loop through each element of the array for start
92 var_dump( strspn($str,$mask,$start,$value) ); // with all args
H A Dstrcspn_variation4.phpt7 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
9 … If start or/and length is provided works like strcspn(substr($s,$start,$len),$bad_chars)
25 $start = 0;
90 // loop through each element of the array for start
94 var_dump( strcspn($str,$mask,$start,$value) ); // with all args
/PHP-7.2/ext/date/tests/
H A Ddate-time-modify-times.phpt25 foreach ( $tests as $start => $data )
29 echo date_create( $start )
/PHP-7.2/ext/gmp/tests/
H A Dgmp_random_bits.phpt17 $start = microtime(true);
29 if (microtime(true) - $start > 0.5) {
/PHP-7.2/ext/iconv/tests/
H A Diconv_substr_error2.phpt22 $start = 1;
26 var_dump( iconv_substr($str, $start, $length, $encoding));
/PHP-7.2/ext/xml/tests/
H A Dxml011.phpt17 $xml = '<text>start<b /> This &amp; that</text>';
42 [value] => start

Completed in 50 milliseconds

12345678910>>...18