Home
last modified time | relevance | path

Searched refs:start (Results 251 – 275 of 346) sorted by path

1...<<11121314

/PHP-5.5/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt31 echo "start:".fread($h, strlen($out1) - 5). "\n";
62 start:The 1st
H A Dfseek_variation3.phpt22 echo "--- fseek beyond start of file ---\n";
44 --- fseek beyond start of file ---
H A Dparse_ini_file.phpt16 ; start of ini file
H A Duserstreams.phpt74 die("tmpfile is not at start!");
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_included_files.phpt14 echo "\n-- List included files at start --\n";
33 -- List included files at start --
H A Dparse_ini_string_001.phpt14 ; start of ini file
/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/serialize/
H A Dbug65806.phpt56 echo "start serialize/unserialize" . PHP_EOL;
79 start serialize/unserialize
/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, "
H A Dstream_get_meta_data_file_variation2.phpt18 //seek to start of file
H A Dstream_get_meta_data_file_variation5.phpt18 //seek to start of file
/PHP-5.5/ext/standard/tests/strings/
H A Dbug40754.phpt38 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
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 Dstrcspn_basic.phpt5 /* Prototype : proto int strcspn(string str, string mask [, int start [, int len]])
7 … If start or/and length is provided, it works like strcspn(substr($s,$start,$len),$bad_chars)
22 $start = 15;
26 var_dump( strcspn($str, $mask, $start, $len) );
29 var_dump( strcspn($str, $mask, $start) );
H A Dstrcspn_error.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)
26 $start = 2;
31 var_dump( strcspn($str,$mask,$start,$len, $extra_arg) );
H A Dstrcspn_variation1.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)
22 $start = 1;
96 var_dump( strcspn($value,$mask,$start) ); // with default len value
97 var_dump( strcspn($value,$mask,$start,$len) ); // with all args
H A Dstrcspn_variation10.phpt2 Test strcspn() function : usage variations - with varying mask & default start and 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 mask and default start and len arguments
16 echo "*** Testing strcspn() : with different mask strings and default start and len arguments ***\n…
67 *** Testing strcspn() : with different mask strings and default start and len arguments ***
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 Dstrcspn_variation12.phpt2 Test strcspn() function : usage variations - with varying start and 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 len arguments
16 echo "*** Testing strcspn() : with different start and len values ***\n";
44 //defining array of start values
65 // loop through each element of the arrays for str,mask,start and len arguments
71 foreach($start_array as $start) {
73 var_dump( strcspn($str,$mask,$start,$len) );
83 *** Testing strcspn() : with different start and len values ***
H A Dstrcspn_variation2.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)
21 $start = 1;
95 var_dump( strcspn($str,$value,$start) ); // with default len value
96 var_dump( strcspn($str,$value,$start,$len) ); // with all args

Completed in 30 milliseconds

1...<<11121314