Home
last modified time | relevance | path

Searched refs:start (Results 26 – 50 of 346) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller19.phar.inc4 $a['start/index.php'] = '<?php
5 echo "start/index.php\n";
8 $a['start/another.php'] = '<?php
9 echo "start/another.php\n";
18 Phar::webPhar("test.phar", "/start/index.php");
/PHP-5.5/ext/phar/tests/files/
H A Dfrontcontroller19.phar.inc4 $a['start/index.php'] = '<?php
5 echo "start/index.php\n";
8 $a['start/another.php'] = '<?php
9 echo "start/another.php\n";
18 Phar::webPhar("test.phar", "/start/index.php");
/PHP-5.5/ext/standard/tests/strings/
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 Dstrspn_basic.phpt5 /* Prototype : proto int strspn(string str, string mask [, int start [, int len]])
7 … If start or/and length is provided, it works like strspn(substr($s,$start,$len),$good_chars)
22 $start = 8;
26 var_dump( strspn($str, $mask, $start, $len) );
29 var_dump( strspn($str, $mask, $start) );
H A Dsubstr.phpt6 /* Prototype: string substr( string str, int start[, int length] )
7 * Description: Returns the portion of string specified by the start and length parameters.
34 /* start values >, < and = 0 */
43 /* start value variations with length values */
59 /* variation of start and length to point to same element */
60 echo ("\n*** Testing for variations of start and length to point to same element ***\n");
64 /* Testing to return empty string when start denotes the position beyond the truncation (set by neg…
65 echo ("\n*** Testing for start > truncation ***\n");
76 /* start <0 && -start > length */
209 *** Testing for variations of start and length to point to same element ***
[all …]
H A Dstrspn_variation9.phpt2 Test strspn() function : usage variations - different strings with default 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 different strings as str argument and default start and len args
16 echo "*** Testing strspn() : with different str and default start and len args ***\n";
56 *** Testing strspn() : with different str and default start and len args ***
H A Dstrcspn_variation9.phpt2 Test strcspn() function : usage variations - different strings with 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 different strings as str argument and default start and len args
16 echo "*** Testing strcspn() : with different str and default start and len args ***\n";
56 *** Testing strcspn() : with different str and default start and len args ***
H A Dsubstr_replace_error.phpt5 /* Prototype : mixed substr_replace ( mixed $string , string $replacement , int $start [, int …
25 echo "\n-- Testing substr_replace() function with start and length different types --\n";
29 echo "\n-- Testing substr_replace() function with start and length with a different number of eleme…
32 echo "\n-- Testing substr_replace() function with start and length as arrays but string not--\n";
53 -- Testing substr_replace() function with start and length different types --
61 -- Testing substr_replace() function with start and length with a different number of elements --
66 -- Testing substr_replace() function with start and length as arrays but string not--
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 Dstrspn_error.phpt5 /* 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)
26 $start = 2;
31 var_dump( strspn($str,$mask,$start,$len, $extra_arg) );
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
/PHP-5.5/ext/phar/tests/
H A Dfrontcontroller34.phpt9 REQUEST_URI=/frontcontroller34.php/start/index.php
10 PATH_INFO=/start/index.php
16 start/index.php
17 start/another.php
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller34.phpt10 REQUEST_URI=/frontcontroller34.php/start/index.php
11 PATH_INFO=/start/index.php
17 start/index.php
18 start/another.php
/PHP-5.5/ext/intl/doc/
H A Dgrapheme_api.php80 * @param int $start If start is non-negative, the returned string will start at the
93 function grapheme_substr($string, $start, $length = -1) {} argument
123 * @param [int] $start starting position in $haystack in bytes
128 …function grapheme_extract($haystack, $size, $extract_type = GRAPHEME_EXTR_COUNT, $start = 0, &$nex… argument
/PHP-5.5/ext/date/tests/
H A Dbug52668.phpt7 $start = new DateTime('20101212');
9 $dp = new DatePeriod($start, $interval, 1);
13 echo $start->format('r'), "\n";
17 echo $start->format('r'), "\n\n";
H A Dexamine_diff.inc23 * @param string|DateTime $start_date the start date in YYYY-MM-DD format
37 $start = new DateTime($start_date);
39 $start = $start_date;
41 $start_date = $start->format('Y-m-d H:i:s T');
56 $result_interval = $start->diff($end, $absolute);
62 $result_interval = $start->diff($end, $absolute);
68 $start->add($expect_interval);
69 $result_end_date = $start->format('Y-m-d H:i:s T');
H A Dbug52113.phpt7 $start = new DateTime('2003-01-02 08:00:00');
9 $diff = $start->diff($end);
10 $p = new DatePeriod($start, $diff, 2);
16 $p = new DatePeriod($start, $diff_un, 2);
30 $p = new DatePeriod($start, $diff_un, 2);
117 ["start"]=>
201 ["start"]=>
H A Ddate_diff1.phpt7 $start = new DateTime('2010-10-04 02:18:48 EDT');
9 $int = $start->diff($end);
10 var_dump($start);
/PHP-5.5/sapi/cli/tests/
H A D013.phpt18 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");'`);
20 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");' -E 'var_dump("end");'`);
27 string(18) "string(5) "start"
31 string(34) "string(5) "start"
/PHP-5.5/ext/ereg/regex/
H A Dengine.ih8 static unsigned char *dissect(register struct match *m, unsigned char *start, unsigned char *stop, …
9 static unsigned char *backref(register struct match *m, unsigned char *start, unsigned char *stop, …
10 static unsigned char *fast(register struct match *m, unsigned char *start, unsigned char *stop, sop…
11 static unsigned char *slow(register struct match *m, unsigned char *start, unsigned char *stop, sop…
12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch…
26 static void at(struct match *m, unsigned char *title, unsigned char *start, unsigned char *stop, so…
H A Dengine.c80 unsigned char *start; local
90 start = string;
91 stop = start + strlen(start);
93 if (stop < start)
112 m->beginp = start;
234 unsigned char *start;
254 sp = start;
422 unsigned char *start;
442 sp = start;
636 register int c = (start == m->beginp) ? OUT : *(start-1);
[all …]
/PHP-5.5/ext/session/tests/
H A Dbug68063.phpt2 Bug #68063 (Empty session IDs do still start sessions)
11 // Will still start the session and return true
18 Warning: session_start(): Cannot start session with empty session ID in %s on line %d
H A Dsession_set_save_handler_class_015.phpt2 Test session_set_save_handler() : register session handler but don't start
19 echo "*** Testing session_set_save_handler() : register session handler but don't start ***\n";
24 *** Testing session_set_save_handler() : register session handler but don't start ***
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h102 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
103 struct flock name = {start, len, -1, type, whence}
105 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
106 struct flock name = {type, whence, start, len}
108 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
109 struct flock name = {type, whence, start, len, 0}
113 struct flock name = {type, whence, 0, 0, 0, start, len }
116 struct flock name = {type, whence, start, len}
119 # define FLOCK_STRUCTURE(name, type, whence, start, len) \ argument
120 struct flock name = {start, len, -1, type, whence}
[all …]
/PHP-5.5/ext/shmop/
H A Dshmop.c58 ZEND_ARG_INFO(0, start)
241 long shmid, start, count; in PHP_FUNCTION() local
248 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lll", &shmid, &start, &count) == FAILURE) { in PHP_FUNCTION()
254 if (start < 0 || start > shmop->size) { in PHP_FUNCTION()
259 if (count < 0 || start > (INT_MAX - count) || start + count > shmop->size) { in PHP_FUNCTION()
264 startaddr = shmop->addr + start; in PHP_FUNCTION()
265 bytes = count ? count : shmop->size - start; in PHP_FUNCTION()

Completed in 32 milliseconds

12345678910>>...14