Home
last modified time | relevance | path

Searched refs:start (Results 76 – 100 of 346) sorted by last modified time

12345678910>>...14

/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_variation4.phpt5 /* 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)
23 $start = 0;
88 // loop through each element of the array for start
92 var_dump( strcspn($str,$mask,$start,$value) ); // with all args
H A Dstrcspn_variation6.phpt2 Test strcspn() function : usage variations - with heredoc strings, varying mask & default start and…
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 heredoc string, varying mask and default start and len arguments
84 var_dump( strcspn($str,$mask) ); // with default start and len value
H A Dsetlocale_basic1.phpt29 // start the buffering of next command to internal output buffer
H A Dsetlocale_basic2.phpt29 // start the buffering of next command to internal output buffer
H A Dsetlocale_basic3.phpt29 // start the buffering of next command to internal output buffer
H A Dsetlocale_variation1.phpt29 // start the buffering of next command to internal output buffer
H A Dsetlocale_variation2.phpt31 // start the buffering of next command to internal output buffer
H A Dbug40754.phpt38 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61019.phpt67 echo "Can't start external command\n";
H A Dstream_get_line_nb.phpt25 fwrite($sockets[0], b"line start");
59 string(22) "line start, line end, "
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug65806.phpt56 echo "start serialize/unserialize" . PHP_EOL;
79 start serialize/unserialize
/PHP-5.5/ext/standard/tests/mail/
H A Dbug51604.phpt2 Bug #51604 (newline in end of header is shown in start of message)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt14 ; start of ini file
H A Dget_included_files.phpt14 echo "\n-- List included files at start --\n";
33 -- List included files at start --
/PHP-5.5/ext/standard/tests/file/
H A Duserstreams.phpt74 die("tmpfile is not at start!");
H A Dparse_ini_file.phpt16 ; start of ini file
H A Dfseek_variation3.phpt22 echo "--- fseek beyond start of file ---\n";
44 --- fseek beyond start of file ---
H A Dfread_fwrite_basic.phpt31 echo "start:".fread($h, strlen($out1) - 5). "\n";
62 start:The 1st
H A Dfopen_variation19.phpt25 // start the test
/PHP-5.5/ext/standard/tests/dir/
H A Drewinddir_basic.phpt6 * Description: Rewind dir_handle back to the start
H A Drewinddir_error.phpt6 * Description: Rewind dir_handle back to the start
H A Drewinddir_variation1.phpt6 * Description: Rewind dir_handle back to the start
H A Drewinddir_variation2.phpt6 * Description: Rewind dir_handle back to the start
H A Drewinddir_variation3.phpt6 * Description: Rewind dir_handle back to the start
/PHP-5.5/ext/standard/tests/array/
H A Dbug61058.phpt2 Bug #61058 (array_fill leaks if start index is PHP_INT_MAX)

Completed in 37 milliseconds

12345678910>>...14