Home
last modified time | relevance | path

Searched refs:start (Results 126 – 150 of 390) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/standard/tests/array/
H A Drange_bug70239_0.phpt9 Warning: range(): Invalid range supplied: start=0 end=inf in %srange_bug70239_0.php on line %d
H A Drange_bug70239_1.phpt9 Warning: range(): Invalid range supplied: start=inf end=inf in %srange_bug70239_1.php on line %d
H A Drange_bug70239_2.phpt9 Warning: range(): The supplied range exceeds the maximum array size: start=0 end=%d in %srange_bug7…
H A Drange_bug70239_3.phpt9 Warning: range(): The supplied range exceeds the maximum array size: start=-%d end=0 in %srange_bug…
/PHP-7.4/ext/mbstring/tests/
H A Dmb_substr_variation4.phpt2 Test mb_substr() function : usage variations - pass different integers to $start arg
10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
16 * Test how mb_substr() behaves when passed a range of integers as $start argument
H A Dmb_substr_variation6.phpt2 Test mb_substr() function : usage variations - pass different integers to $start arg
10 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
16 * Test how mb_substr() behaves when passed a range of integers as $start argument
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_opcode.h43 phpdbg_oplog_entry start; /* Only "next" member used. */ member
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
H A Dopenssl.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
/PHP-7.4/ext/phar/tests/files/
H A Dinclude_path2.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
H A Dnophar.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
H A Dopenssl.phar220 $start = 4 + $s[1];
224 $len = unpack('V', substr($m, $start, 4));
225 $start += 4;
226 $savepath = substr($m, $start, $len[1]);
227 $start += $len[1];
228 $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
233 $start += 24 + $ret['m'][$savepath][5];
/PHP-7.4/ext/date/tests/
H A Dbug78751.phpt10 $oDays->start instanceof DateTimeImmutable,
H A Dbug36988.phpt8 $start = microtime(true);
H A Dbug49081.phpt2 Bug #49081 (DateTime::diff() mistake if start in January and interval > 28 days)
/PHP-7.4/ext/standard/tests/file/
H A Dfseek_variation3.phpt22 echo "--- fseek beyond start of file ---\n";
44 --- fseek beyond start of file ---
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_018.phpt18 // start testing
28 ob_start(); // start output buffering
/PHP-7.4/sapi/fpm/tests/
H A Dstatus.inc25 'start time' => '\d+\/\w{3}\/\d{4}:\d{2}:\d{2}:\d{2}\s[+-]\d{4}',
26 'start since' => '\d+',
87 if ($startTimeTimestamp && $fields['start time'][0] === '\\') {
88 $fields['start time'] = '\d+';
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.h44 uint32 start[256]; member
/PHP-7.4/ext/opcache/tests/
H A Dssa_bug_001.phpt12 case 'HTMLPurifier_Token_Start': return 'start';
/PHP-7.4/win32/
H A Dcodepage.c358 char *start = cp->enc, *idx; in php_win32_cp_get_by_enc() local
360 idx = strpbrk(start, "|"); in php_win32_cp_get_by_enc()
363 if (0 == zend_binary_strcasecmp(enc, enc_len, start, idx - start)) { in php_win32_cp_get_by_enc()
366 start = idx + 1; in php_win32_cp_get_by_enc()
367 idx = strpbrk(start, "|"); in php_win32_cp_get_by_enc()
370 if (0 == zend_binary_strcasecmp(enc, enc_len, start, strlen(start))) { in php_win32_cp_get_by_enc()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c719 size_t start; member
1066 pc.start = 0; in mbfl_substr_count()
1101 size_t start; member
1144 start = from; in mbfl_substr()
1151 start = 0; in mbfl_substr()
1157 start = n; in mbfl_substr()
1178 end = start; in mbfl_substr()
1179 n = start; in mbfl_substr()
1196 start = len; in mbfl_substr()
1202 start = end; in mbfl_substr()
[all …]
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug65806.phpt56 echo "start serialize/unserialize" . PHP_EOL;
79 start serialize/unserialize
/PHP-7.4/ext/exif/tests/
H A Dexif005.phpt2 Check for exif_read_data, unusual IFD start
/PHP-7.4/ext/gmp/tests/
H A Dgmp_random_range.phpt34 $start = microtime(true);
59 if (microtime(true) - $start > 0.5) {

Completed in 33 milliseconds

12345678910>>...16