Home
last modified time | relevance | path

Searched refs:start (Results 151 – 175 of 423) sorted by relevance

12345678910>>...17

/PHP-7.1/win32/
H A Dcodepage.c318 char *start = cp->enc, *idx; in php_win32_cp_get_by_enc() local
320 idx = strpbrk(start, "|"); in php_win32_cp_get_by_enc()
323 if (0 == zend_binary_strcasecmp(enc, enc_len, start, idx - start)) { in php_win32_cp_get_by_enc()
326 start = idx + 1; in php_win32_cp_get_by_enc()
327 idx = strpbrk(start, "|"); in php_win32_cp_get_by_enc()
330 if (0 == zend_binary_strcasecmp(enc, enc_len, start, strlen(start))) { in php_win32_cp_get_by_enc()
/PHP-7.1/Zend/tests/
H A Dclosure_call_leak_with_exception.phpt9 })()->valid(); // start
/PHP-7.1/ext/standard/tests/file/
H A Dfseek_variation3.phpt22 echo "--- fseek beyond start of file ---\n";
44 --- fseek beyond start of file ---
/PHP-7.1/ext/curl/tests/
H A Dcurl_basic_017.phpt18 // start testing
28 ob_start(); // start output buffering
H A Dcurl_basic_018.phpt18 // start testing
28 ob_start(); // start output buffering
/PHP-7.1/ext/standard/tests/array/
H A Dbug61058.phpt2 Bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
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.1/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.1/ext/mbstring/oniguruma/enc/
H A Dutf8.c271 left_adjust_char_head(const UChar* start, const UChar* s) in left_adjust_char_head() argument
275 if (s <= start) return (UChar* )s; in left_adjust_char_head()
278 while (!utf8_islead(*p) && p > start) p--; in left_adjust_char_head()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_opcode.h43 phpdbg_oplog_entry *start; member
/PHP-7.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c876 int start; member
1242 pc.start = 0; in mbfl_substr_count()
1277 int start; member
1323 start = from; in mbfl_substr()
1326 start *= 2; in mbfl_substr()
1329 start *= 4; in mbfl_substr()
1333 start = 0; in mbfl_substr()
1341 start = n; in mbfl_substr()
1367 start = len; in mbfl_substr()
1370 start = 0; in mbfl_substr()
[all …]
/PHP-7.1/ext/mbstring/oniguruma/
H A Doniguruma.h165 OnigUChar* (*left_adjust_char_head)(const OnigUChar* start, const OnigUChar* p);
279 #define ONIGENC_LEFT_ADJUST_CHAR_HEAD(enc,start,s) \ argument
280 (enc)->left_adjust_char_head(start, s)
285 #define ONIGENC_STEP_BACK(enc,start,s,n) \ argument
286 onigenc_step_back((enc),(start),(s),(n))
334 OnigUChar* onigenc_step_back P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* s, int …
347 …t_right_adjust_char_head_with_prev P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* …
349 OnigUChar* onigenc_get_prev_char_head P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar…
351 OnigUChar* onigenc_get_left_adjust_char_head P_((OnigEncoding enc, const OnigUChar* start, const On…
353 OnigUChar* onigenc_get_right_adjust_char_head P_((OnigEncoding enc, const OnigUChar* start, const O…
[all …]
/PHP-7.1/ext/opcache/tests/
H A Dssa_bug_001.phpt10 case 'HTMLPurifier_Token_Start': return 'start';
/PHP-7.1/ext/date/tests/
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.1/ext/iconv/tests/
H A Diconv_substr_error1.phpt24 $start = 10;
28 var_dump( iconv_substr($str, $start, $length, $encoding, $extra_arg) );
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug65806.phpt56 echo "start serialize/unserialize" . PHP_EOL;
79 start serialize/unserialize
/PHP-7.1/ext/zip/lib/
H A Dzipwin32.h55 zip_uint64_t start; /* start offset of data to read */ member
/PHP-7.1/ext/dba/libcdb/
H A Dcdb_make.h46 uint32 start[256]; member
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_fork.phpt92 if (!mysqli_query($plink, sprintf($sql, 'start')))
107 $start = time();
121 } while ((time() - $start) < 5);
137 $start = time();
149 case 'start':
199 } while (((time() - $start) < 5) && ($num_rows < 3));
244 child start
/PHP-7.1/ext/openssl/tests/
H A Dbug65538.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.1/ext/shmop/
H A DREADME32 char shmop_read(int shmid, int start, int count)
35 start - offset from which to start reading

Completed in 75 milliseconds

12345678910>>...17