Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.1/ext/mysqli/tests/
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.1/ext/mbstring/oniguruma/doc/
H A DAPI208 # int onig_search(regex_t* reg, const UChar* str, const UChar* end, const UChar* start,
220 4 start: search start address of target string
222 in forward search (start <= searched string < range)
223 in backward search (range <= searched string <= start)
420 beg: capture start position
452 # UChar* onigenc_get_prev_char_head(OnigEncoding enc, const UChar* start, const UChar* s)
458 2 start: string address
463 const UChar* start, const UChar* s)
469 2 start: string address
474 const UChar* start, const UChar* s)
[all …]
/PHP-7.1/ext/exif/tests/
H A Dbug73737.phpt11 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
H A Dbug48378.phpt13 Warning: exif_read_data(%s): Invalid IFD start in %s48378.php on line %d
/PHP-7.1/ext/gmp/tests/
H A Dgmp_random_range.phpt34 $start = microtime(true);
59 if (microtime(true) - $start > 0.5) {
/PHP-7.1/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 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 ***
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 ***
/PHP-7.1/ext/date/tests/
H A Dbug53437.phpt33 ["start"]=>
94 ["start"]=>
H A Dbug63740.phpt2 Bug #63740 (strtotime seems to use both sunday and monday as start of week)
/PHP-7.1/ext/dba/libcdb/
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.1/ext/intl/tests/
H A Dbug62759.phpt23 string(65) "grapheme_substr: length is beyond start: U_ILLEGAL_ARGUMENT_ERROR"
H A Dtransliterator_transliterate_error.phpt38 Warning: transliterator_transliterate(): transliterator_transliterate: Neither "start" nor the "end…
41 Warning: transliterator_transliterate(): transliterator_transliterate: "start" argument should be n…
/PHP-7.1/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();
H A Dbug68420-ipv4-all-addresses.phpt27 $tester->start();
H A Dsocket-uds-basic.phpt25 $tester->start();
/PHP-7.1/ext/sysvshm/
H A Dphp_sysvshm.h61 zend_long start; member
/PHP-7.1/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt31 echo "start:".fread($h, strlen($out1) - 5). "\n";
62 start:The 1st
/PHP-7.1/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt25 fwrite($sockets[0], b"line start");
59 string(22) "line start, line end, "
/PHP-7.1/ext/session/tests/
H A Dbug68063.phpt2 Bug #68063 (Empty session IDs do still start sessions)
/PHP-7.1/ext/gd/tests/
H A Dimagearc_variation2.phpt2 Testing passing negative start angle to imagearc() of GD library
/PHP-7.1/ext/opcache/Optimizer/
H A Ddfa_pass.c136 ZEND_ASSERT(op_array->opcodes[b->start].opcode == ZEND_FREE in zend_ssa_remove_nops()
137 || op_array->opcodes[b->start].opcode == ZEND_FE_FREE); in zend_ssa_remove_nops()
141 end = b->start + b->len; in zend_ssa_remove_nops()
142 i = b->start; in zend_ssa_remove_nops()
143 b->start = target; in zend_ssa_remove_nops()
166 b->len = target - b->start; in zend_ssa_remove_nops()
238 zend_op *opline = op_array->opcodes + b->start + b->len - 1; in zend_ssa_remove_nops()
272 op_array->live_range[j].start -= shiftlist[op_array->live_range[j].start]; in zend_ssa_remove_nops()

Completed in 40 milliseconds

12345678910>>...17