Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.4/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.4/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++) {
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.4/ext/intl/tests/
H A Dbug62759.phpt23 string(65) "grapheme_substr: length is beyond start: U_ILLEGAL_ARGUMENT_ERROR"
H A Dformatter_parse.phpt25 // Test specifying non-zero parsing start position.
/PHP-7.4/sapi/fpm/tests/
H A Dsocket-ipv4-basic.phpt23 $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();
H A Dbug80849-fpm.phpt27 $tester->start();
H A Dbug68458-pm-no-start-server.phpt28 $tester->start();
/PHP-7.4/ext/sysvshm/
H A Dphp_sysvshm.h59 zend_long start; member
/PHP-7.4/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 Dbug48378.phpt13 Warning: exif_read_data(%s): Invalid IFD start in %s48378.php on line %d
/PHP-7.4/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.4/sapi/cli/tests/
H A Dphp_cli_server.inc62 $start = time();
70 time() - $start);
/PHP-7.4/ext/session/tests/
H A Dbug68063.phpt2 Bug #68063 (Empty session IDs do still start sessions)
/PHP-7.4/ext/gd/tests/
H A Dimagearc_variation2.phpt2 Testing passing negative start angle to imagearc() of GD library
/PHP-7.4/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.4/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt25 fwrite($sockets[0], "line start");
59 string(22) "line start, line end, "
/PHP-7.4/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt31 echo "start:".fread($h, strlen($out1) - 5). "\n";
62 start:The 1st
/PHP-7.4/ext/pcre/tests/
H A Dmatch_flags3.phpt44 Warning: preg_match(): Compilation failed: %s name must start with a non-digit at offset %d in %sma…

Completed in 30 milliseconds

12345678910>>...16