Home
last modified time | relevance | path

Searched refs:start (Results 201 – 225 of 361) sorted by relevance

12345678910>>...15

/PHP-5.6/ext/mbstring/tests/
H A Dmb_strimwidth.phpt20 // Note: Did not start form -22 offset. Staring from 0.
H A Dmb_substr_basic.phpt12 /* Prototype : string mb_substr(string $str, int $start [, int $length [, string $encoding]])
H A Dmb_ereg_match_basic.phpt26 //will return true as pattern matches from start of string
/PHP-5.6/ext/curl/tests/
H A Dcurl_copy_handle_basic_002.phpt18 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_005.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_006.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_007.phpt15 ob_start(); // start output buffering
/PHP-5.6/ext/standard/tests/strings/
H A Dstrspn_variation8.phpt2 Test strspn() function : usage variations - with heredoc strings, varying start and 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 heredoc string, varying start and len arguments
16 echo "*** Testing strspn() : with different start and len values ***\n";
75 // defining array of different start values
96 // loop through each element of the array for heredoc str, mask str , start values and len values
103 foreach($start_array as $start) {
105 var_dump( strspn($str,$mask,$start,$len) );
115 *** Testing strspn() : with different start and len values ***
H A Dstrcspn_variation8.phpt2 Test strcspn() function : usage variations - with heredoc strings, 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 heredoc string, varying start and len arguments
16 echo "*** Testing strcspn() : with different start and len values ***\n";
74 // definig array of start values
101 foreach($start_array as $start) {
103 var_dump( strcspn($str,$mask,$start,$len) );
113 *** Testing strcspn() : with different start and len values ***
H A Dsubstr_compare.phpt31 Warning: substr_compare(): The start position cannot exceed initial string length in %s on line %d
/PHP-5.6/ext/pdo_firebird/tests/
H A Dbug_62024.phpt19 //start actual test
/PHP-5.6/ext/oci8/tests/
H A Dreflection2.phpt129 Parameter #1 [ <optional> $start ]
138 Parameter #1 [ <optional> $start ]
/PHP-5.6/ext/date/lib/
H A Dtm2unixtime.c35 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit() argument
37 if (*a < start) { in do_range_limit()
38 *b -= (start - *a - 1) / adj + 1; in do_range_limit()
39 *a += adj * ((start - *a - 1) / adj + 1); in do_range_limit()
/PHP-5.6/ext/standard/
H A Durl.c448 unsigned char *to, *start; in php_url_encode() local
453 start = to = (unsigned char *) safe_emalloc(3, len, 1); in php_url_encode()
482 if ((to-start) > INT_MAX) { in php_url_encode()
490 *new_length = to - start; in php_url_encode()
492 return (char *) start; in php_url_encode()
/PHP-5.6/ext/standard/tests/dir/
H A Drewinddir_error.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.6/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation5.phpt18 //seek to start of file
/PHP-5.6/ext/iconv/tests/
H A Dbug48147.phpt12 // start invalid
/PHP-5.6/ext/posix/tests/
H A Dposix_kill_basic.phpt15 // for now start at a low pid and find first pid which does not exist.
/PHP-5.6/sapi/fpm/
H A Dphp-fpm.conf.in273 ; start time - the date and time FPM has started;
274 ; start since - number of seconds since FPM has started;
293 ; start time: 01/Jul/2011:17:53:49 +0200
294 ; start since: 62636
323 ; start time - the date and time the process has started;
347 ; start time: 01/Jul/2011:17:53:49 +0200
348 ; start since: 63087
362 ; Note: The value must start with a leading slash (/). The value can be
374 ; Note: The value must start with a leading slash (/). The value can be
471 ; Chroot to this directory at the start. This value must be defined as an
[all …]
/PHP-5.6/ext/pcre/tests/
H A Dpreg_match_basic.phpt12 …\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo, world" at start of string
/PHP-5.6/ext/pdo_dblib/
H A DREADME21 - net start mssqlserver
/PHP-5.6/ext/exif/tests/
H A Dbug72627.phpt13 Warning: exif_read_data(%s): Error in TIFF: filesize(x04E2) less than start of IFD dir(x829A0004) i…
/PHP-5.6/ext/xml/tests/
H A Dxml_set_element_handler_error.phpt12 * Description: Set up start and end element handlers

Completed in 69 milliseconds

12345678910>>...15