Home
last modified time | relevance | path

Searched refs:start (Results 176 – 200 of 431) sorted by relevance

12345678910>>...18

/PHP-7.2/ext/zip/lib/
H A Dzipwin32.h55 zip_uint64_t start; /* start offset of data to read */ member
/PHP-7.2/ext/opcache/tests/
H A Dssa_bug_001.phpt12 case 'HTMLPurifier_Token_Start': return 'start';
/PHP-7.2/ext/dba/libcdb/
H A Dcdb_make.h46 uint32 start[256]; member
H A Dcdb_make.c183 c->start[i] = u; in cdb_make_finish()
189 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
202 hp = c->split + c->start[i]; in cdb_make_finish()
/PHP-7.2/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
H A Dmysqli_fetch_array_many_rows.phpt14 $start = microtime(true);
15 for ($id = 100, $start = microtime(true); (microtime(true) - $start) < 5; $id++) {
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI214 # int onig_search(regex_t* reg, const UChar* str, const UChar* end, const UChar* start,
226 4 start: search start address of target string
228 in forward search (start <= searched string < range)
229 in backward search (range <= searched string <= start)
447 beg: capture start position
485 2 start: string address
490 const UChar* start, const UChar* s)
496 2 start: string address
501 const UChar* start, const UChar* s)
507 2 start: string address
[all …]
/PHP-7.2/ext/opcache/Optimizer/
H A Ddfa_pass.c157 while (i < b->start) { in zend_ssa_remove_nops()
164 ZEND_ASSERT(op_array->opcodes[b->start].opcode == ZEND_FREE in zend_ssa_remove_nops()
165 || op_array->opcodes[b->start].opcode == ZEND_FE_FREE); in zend_ssa_remove_nops()
169 end = b->start + b->len; in zend_ssa_remove_nops()
170 b->start = target; in zend_ssa_remove_nops()
194 b->len = target - b->start; in zend_ssa_remove_nops()
204 b->start = target; in zend_ssa_remove_nops()
207 b->start = target; in zend_ssa_remove_nops()
249 op_array->live_range[j].start -= shiftlist[op_array->live_range[j].start]; in zend_ssa_remove_nops()
500 op_num = block->start + block->len - 1; in zend_dfa_optimize_jmps()
[all …]
/PHP-7.2/ext/date/tests/
H A Dbug49081.phpt2 Bug #49081 (DateTime::diff() mistake if start in January and interval > 28 days)
H A Dbug53437.phpt33 ["start"]=>
94 ["start"]=>
/PHP-7.2/ext/shmop/
H A DREADME32 char shmop_read(int shmid, int start, int count)
35 start - offset from which to start reading
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dutf8.c296 left_adjust_char_head(const UChar* start, const UChar* s) in left_adjust_char_head() argument
300 if (s <= start) return (UChar* )s; in left_adjust_char_head()
303 while (!utf8_islead(*p) && p > start) p--; in left_adjust_char_head()
/PHP-7.2/ext/gmp/tests/
H A Dgmp_random_range.phpt34 $start = microtime(true);
59 if (microtime(true) - $start > 0.5) {
/PHP-7.2/ext/standard/tests/strings/
H A Dstripos_error.phpt23 echo "\n-- Offset before the start of the string --";
47 -- Offset before the start of the string --
H A Dstrspn_variation11.phpt2 Test strspn() function : usage variations - with 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 varying start and default len arguments
16 echo "*** Testing strspn() : with different start and default len values ***\n";
54 // defining the array for start values
66 // loop through each element of the arrays for str, mask and start argument
71 foreach($start_array as $start) {
72 var_dump( strspn($str,$mask,$start) );
81 *** Testing strspn() : with different start and default len values ***
H A Dstrcspn_variation11.phpt2 Test strcspn() function : usage variations - with varying start and default 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 start and default len arguments
16 echo "*** Testing strcspn() : with different start and default len values ***\n";
54 //defining array of start values
66 // loop through each element of the arrays for str,mask and start arguments
71 foreach($start_array as $start) {
72 var_dump( strcspn($str,$mask,$start) );
81 *** Testing strcspn() : with different start and default len values ***
/PHP-7.2/sapi/fpm/tests/
H A Dsocket-ipv4-basic.phpt23 $tester->start();
H A Dbug68381-log-level-warning.phpt26 $tester->start();
H A Dsocket-ipv6-basic.phpt26 $tester->start();
/PHP-7.2/ext/intl/tests/
H A Dbug62759.phpt23 string(65) "grapheme_substr: length is beyond start: U_ILLEGAL_ARGUMENT_ERROR"
/PHP-7.2/ext/sysvshm/
H A Dphp_sysvshm.h61 zend_long start; member
/PHP-7.2/ext/exif/tests/
H A Dbug73737.phpt13 Warning: exif_thumbnail(bug73737.tiff): Error in TIFF: filesize(x0030) less than start of IFD dir(x…
H A Dexif005.phpt2 Check for exif_read_data, unusual IFD start
/PHP-7.2/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt31 echo "start:".fread($h, strlen($out1) - 5). "\n";
62 start:The 1st
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt25 fwrite($sockets[0], "line start");
59 string(22) "line start, line end, "

Completed in 82 milliseconds

12345678910>>...18