Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.6/ext/standard/tests/strings/
H A Dstrcspn_error.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)
26 $start = 2;
31 var_dump( strcspn($str,$mask,$start,$len, $extra_arg) );
H A Dstrspn_error.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)
26 $start = 2;
31 var_dump( strspn($str,$mask,$start,$len, $extra_arg) );
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-5.6/ext/zip/lib/
H A Dzip_source_file.c44 zip_source_file(struct zip *za, const char *fname, zip_uint64_t start, in zip_source_file() argument
55 return _zip_source_file_or_p(za, fname, NULL, start, len, 1, NULL); in zip_source_file()
/PHP-5.6/Zend/
H A Dzend_virtual_cwd.c821 return start ? start : len; in tsrm_realpath_r()
1216 start = 0; in virtual_file_ex()
1284 start = 2; in virtual_file_ex()
1289 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1290 start++; in virtual_file_ex()
1297 resolved_path[start] = toupper(resolved_path[start]); in virtual_file_ex()
1298 start++; in virtual_file_ex()
1305 start = 3; in virtual_file_ex()
1310 start = 0; in virtual_file_ex()
1313 start++; in virtual_file_ex()
[all …]
/PHP-5.6/ext/standard/
H A Durl_scanner_ex.c288 smart_str_appendl(&ctx->result, start, YYCURSOR - start); in passthru()
345 smart_str_appendl(&ctx->tag, start, YYCURSOR - start); in handle_tag()
356 smart_str_appendl(&ctx->arg, start, YYCURSOR - start); in handle_arg()
361 smart_str_setl(&ctx->val, start + quotes, YYCURSOR - start - quotes * 2); in handle_val()
369 char *start; in xx_mainloop() local
391 start = YYCURSOR; in xx_mainloop()
454 start = YYCURSOR; in xx_mainloop()
532 start = YYCURSOR; in xx_mainloop()
642 start = YYCURSOR; in xx_mainloop()
714 start = YYCURSOR; in xx_mainloop()
[all …]
/PHP-5.6/ext/date/tests/
H A Dbug36988.phpt6 $start = microtime(true);
8 echo (microtime(true) - $start) < 1 ? "smaller than one second" : "more than a second";
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregenc.c56 UChar* p = ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc, start, s); in onigenc_get_right_adjust_char_head()
65 const UChar* start, const UChar* s, const UChar** prev) in onigenc_get_right_adjust_char_head_with_prev() argument
67 UChar* p = ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc, start, s); in onigenc_get_right_adjust_char_head_with_prev()
82 if (s <= start) in onigenc_get_prev_char_head()
85 return ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc, start, s - 1); in onigenc_get_prev_char_head()
92 if (s <= start) in onigenc_step_back()
95 s = ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc, start, s - 1); in onigenc_step_back()
151 UChar* start = (UChar* )s; in onigenc_str_bytelen_null() local
159 if (len == 1) return (int )(p - start); in onigenc_str_bytelen_null()
166 if (len == 1) return (int )(p - start); in onigenc_str_bytelen_null()
[all …]
/PHP-5.6/ext/hash/
H A Dbench.php80 $start = microtime(true); variable
84 $time[$algo] += microtime(true)-$start;
/PHP-5.6/Zend/tests/generators/
H A Dxrange.phpt6 function xrange($start, $end, $step = 1) {
7 for ($i = $start; $i <= $end; $i += $step) {
/PHP-5.6/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-5.6/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-5.6/ext/curl/tests/
H A Dbug45161.phpt24 $i = $start = $end = 100000.00;
33 $start = memory_get_usage() + 1024;
39 if ($start < memory_get_usage()) {
/PHP-5.6/ext/dom/tests/
H A Dbug46335.phpt9 $start = 30;
18 $matched = $node->splitText($start);
27 $matched = $node->splitText($start);
/PHP-5.6/ext/mysqli/
H A Dmysqli_embedded.c35 long start; in PHP_FUNCTION() local
45 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "laa", &start, &args, &grps) == FAILURE) { in PHP_FUNCTION()
49 if (!start) { in PHP_FUNCTION()
/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Deuc_tw.c86 euctw_left_adjust_char_head(const UChar* start, const UChar* s) in euctw_left_adjust_char_head() argument
94 if (s <= start) return (UChar* )s; in euctw_left_adjust_char_head()
97 while (!euctw_islead(*p) && p > start) p--; in euctw_left_adjust_char_head()
H A Dutf16_be.c188 utf16be_left_adjust_char_head(const UChar* start, const UChar* s) in utf16be_left_adjust_char_head() argument
190 if (s <= start) return (UChar* )s; in utf16be_left_adjust_char_head()
192 if ((s - start) % 2 == 1) { in utf16be_left_adjust_char_head()
196 if (UTF16_IS_SURROGATE_SECOND(*s) && s > start + 1) in utf16be_left_adjust_char_head()
H A Dutf16_le.c188 utf16le_left_adjust_char_head(const UChar* start, const UChar* s) in utf16le_left_adjust_char_head() argument
190 if (s <= start) return (UChar* )s; in utf16le_left_adjust_char_head()
192 if ((s - start) % 2 == 1) { in utf16le_left_adjust_char_head()
196 if (UTF16_IS_SURROGATE_SECOND(*(s+1)) && s > start + 1) in utf16le_left_adjust_char_head()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.init.d51 start()
104 start)
105 start
115 $0 start
/PHP-5.6/ext/gd/libgd/
H A Dgdhelpers.c18 char *start; in gd_strtok_r() local
31 start = s; in gd_strtok_r()

Completed in 67 milliseconds

12345678910>>...15