Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Deuc_kr.c92 euckr_left_adjust_char_head(const UChar* start, const UChar* s) in euckr_left_adjust_char_head() argument
100 if (s <= start) return (UChar* )s; in euckr_left_adjust_char_head()
103 while (!euckr_islead(*p) && p > start) p--; in euckr_left_adjust_char_head()
H A Dutf32_be.c150 utf32be_left_adjust_char_head(const UChar* start, const UChar* s) in utf32be_left_adjust_char_head() argument
154 if (s <= start) return (UChar* )s; in utf32be_left_adjust_char_head()
156 rem = (s - start) % 4; in utf32be_left_adjust_char_head()
H A Dutf32_le.c148 utf32le_left_adjust_char_head(const UChar* start, const UChar* s) in utf32le_left_adjust_char_head() argument
152 if (s <= start) return (UChar* )s; in utf32le_left_adjust_char_head()
154 rem = (s - start) % 4; in utf32le_left_adjust_char_head()
H A Dsjis.c183 sjis_left_adjust_char_head(const UChar* start, const UChar* s) in sjis_left_adjust_char_head() argument
188 if (s <= start) return (UChar* )s; in sjis_left_adjust_char_head()
192 while (p > start) { in sjis_left_adjust_char_head()
H A Deuc_jp.c174 eucjp_left_adjust_char_head(const UChar* start, const UChar* s) in eucjp_left_adjust_char_head() argument
182 if (s <= start) return (UChar* )s; in eucjp_left_adjust_char_head()
185 while (!eucjp_islead(*p) && p > start) p--; in eucjp_left_adjust_char_head()
/PHP-5.3/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.3/ext/intl/grapheme/
H A Dgrapheme_string.c405 int32_t start = 0; in PHP_FUNCTION() local
429 start = (int32_t) lstart; in PHP_FUNCTION()
468 if ( start < 0 ) { in PHP_FUNCTION()
480 while ( start ) { in PHP_FUNCTION()
487 start += iter_val; in PHP_FUNCTION()
490 if ( 0 != start || sub_str_start_pos >= ustr_len ) { in PHP_FUNCTION()
796 int32_t start = 0; in PHP_FUNCTION() local
848 start = (int32_t) lstart; in PHP_FUNCTION()
850 pstr = str + start; in PHP_FUNCTION()
876 ZVAL_LONG(next, start+nsize); in PHP_FUNCTION()
[all …]
/PHP-5.3/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.3/ext/standard/
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()
/PHP-5.3/ext/curl/tests/
H A Dcurl_setopt_basic001.phpt15 // start testing
21 ob_start(); // start output buffering
H A Dcurl_basic_012.phpt17 // start testing
23 ob_start(); // start output buffering
H A Dcurl_basic_013.phpt17 // start testing
23 ob_start(); // start output buffering
H A Dcurl_setopt_basic003.phpt13 // start testing
28 ob_start(); // start output buffering
H A Dcurl_basic_011.phpt17 // start testing
23 ob_start(); // start output buffering
H A Dcurl_setopt_basic002.phpt13 // start testing
32 ob_start(); // start output buffering
/PHP-5.3/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.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
/PHP-5.3/ext/date/tests/
H A Ddate-time-modify-times.phpt25 foreach ( $tests as $start => $data )
29 echo date_create( $start )
/PHP-5.3/ext/xml/tests/
H A Dxml011.phpt17 $xml = '<text>start<b /> This &amp; that</text>';
42 [value] => start
/PHP-5.3/ext/iconv/tests/
H A Diconv_substr_error2.phpt22 $start = 1;
26 var_dump( iconv_substr($str, $start, $length, $encoding));
/PHP-5.3/ext/xmlwriter/tests/
H A D009.phpt21 xmlwriter_write_comment($xw, 'start PI');
41 <!--start PI-->
H A DOO_009.phpt21 $xw->writeComment('start PI');
41 <!--start PI-->
/PHP-5.3/ext/zip/lib/
H A Dzip_source_zip.c55 int flags, zip_uint64_t start, zip_int64_t len) in zip_source_zip() argument
80 if (start == 0 && len == -1 && (flags & ZIP_FL_RECOMPRESS) == 0) in zip_source_zip()
100 p->off = start; in zip_source_zip()

Completed in 311 milliseconds

12345678910>>...13