Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c707 start = p_b_symbol(p);
716 finish = start;
948 ASTERN(OOR1, start);
959 INSERT(OCH_, start);
960 ASTERN(OOR1, start);
961 AHEAD(start);
1352 dupl(p, start, finish) in dupl() argument
1515 sop *start = NULL; local
1557 start = newstart;
1568 if (!start) {
[all …]
/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_kr.c95 euckr_left_adjust_char_head(const UChar* start, const UChar* s) in euckr_left_adjust_char_head() argument
103 if (s <= start) return (UChar* )s; in euckr_left_adjust_char_head()
106 while (!euckr_islead(*p) && p > start) p--; in euckr_left_adjust_char_head()
H A Dutf32_be.c149 utf32be_left_adjust_char_head(const UChar* start, const UChar* s) in utf32be_left_adjust_char_head() argument
153 if (s <= start) return (UChar* )s; in utf32be_left_adjust_char_head()
155 rem = (s - start) % 4; in utf32be_left_adjust_char_head()
H A Dutf32_le.c149 utf32le_left_adjust_char_head(const UChar* start, const UChar* s) in utf32le_left_adjust_char_head() argument
153 if (s <= start) return (UChar* )s; in utf32le_left_adjust_char_head()
155 rem = (s - start) % 4; in utf32le_left_adjust_char_head()
/PHP-5.5/ext/standard/tests/strings/
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 ***
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 Dstrcspn_variation4.phpt5 /* 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)
23 $start = 0;
88 // loop through each element of the array for start
92 var_dump( strcspn($str,$mask,$start,$value) ); // with all args
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
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c485 start = cursor; in php_var_unserialize()
649 if (*start == 'C') { in php_var_unserialize()
654 len2 = len = parse_uiv(start + 2); in php_var_unserialize()
657 *p = start + 2; in php_var_unserialize()
881 len = parse_uiv(start + 2); in php_var_unserialize()
884 *p = start + 2; in php_var_unserialize()
931 len = parse_uiv(start + 2); in php_var_unserialize()
934 *p = start + 2; in php_var_unserialize()
1158 if (start[2] == '-' || start[2] == '+') { in php_var_unserialize()
1235 id = parse_iv(start + 2) - 1; in php_var_unserialize()
[all …]
H A Dvar_unserializer.re489 start = cursor;
501 id = parse_iv(start + 2) - 1;
522 id = parse_iv(start + 2) - 1;
555 int digits = YYCURSOR - start - 3;
557 if (start[2] == '-' || start[2] == '+') {
609 len = parse_uiv(start + 2);
612 *p = start + 2;
637 len = parse_uiv(start + 2);
640 *p = start + 2;
708 if (*start == 'C') {
[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.c817 *start = *buf; in process_named_entity_html()
834 *length = *buf - *start; in process_named_entity_html()
847 ulong hash = zend_inline_hash_func(start, length); in resolve_named_entity_html()
852 if (memcmp(start, s->entity, length) == 0) { in resolve_named_entity_html()
979 const char *start; in traverse_for_entities() local
983 start = next; in traverse_for_entities()
985 if (process_named_entity_html(&next, &start, &ent_len) == FAILURE) in traverse_for_entities()
990 && start[1] == 'p' && start[2] == 'o' && start[3] == 's') { in traverse_for_entities()
1393 const char *start = &old[cursor], in php_escape_html_entities_ex() local
1394 *next = start; in php_escape_html_entities_ex()
[all …]
/PHP-5.5/Zend/tests/
H A Dbug43450.phpt21 $start = (memory_get_usage() / 1024) + 16;
29 if ($start < $end) {
H A Dbug63741.phpt33 function start()
38 start();
/PHP-5.5/ext/zip/lib/
H A Dzip_source_filep.c62 zip_source_filep(struct zip *za, FILE *file, zip_uint64_t start, in zip_source_filep() argument
68 if (file == NULL || start < 0 || len < -1) { in zip_source_filep()
73 return _zip_source_file_or_p(za, NULL, file, start, len, 1, NULL); in zip_source_filep()
80 zip_uint64_t start, zip_int64_t len, int closep, in _zip_source_file_or_p() argument
105 f->off = start; in _zip_source_file_or_p()
/PHP-5.5/sapi/fpm/
H A Dinit.d.php-fpm.in54 start)
130 $0 start
/PHP-5.5/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-5.5/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-5.5/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
/PHP-5.5/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-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c407 int32_t start = 0; in PHP_FUNCTION() local
431 start = (int32_t) lstart; in PHP_FUNCTION()
471 if ( start < 0 ) { in PHP_FUNCTION()
483 while ( start ) { in PHP_FUNCTION()
490 start += iter_val; in PHP_FUNCTION()
493 if ( 0 != start || sub_str_start_pos >= ustr_len ) { in PHP_FUNCTION()
818 int32_t start = 0; in PHP_FUNCTION() local
870 start = (int32_t) lstart; in PHP_FUNCTION()
872 pstr = str + start; in PHP_FUNCTION()
898 ZVAL_LONG(next, start+nsize); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/date/tests/
H A Ddate-time-modify-times.phpt25 foreach ( $tests as $start => $data )
29 echo date_create( $start )

Completed in 69 milliseconds

12345678910>>...14