Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.4/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-7.4/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-7.4/Zend/
H A Dzend_sort.c177 char *start = (char *)base; in zend_insert_sort() local
180 char *sentry = start + (6 * siz); in zend_insert_sort()
186 while (j != start) { in zend_insert_sort()
211 if (j == start) { in zend_insert_sort()
214 if (j == start + siz) { in zend_insert_sort()
323 char *start = (char *)base; in zend_sort() local
330 zend_sort_5(start, start + delta, pivot, pivot + delta, end - siz, cmp, swp); in zend_sort()
334 swp(start + siz, pivot); in zend_sort()
335 pivot = start + siz; in zend_sort()
364 zend_sort(start, (i - start)/siz - 1, siz, cmp, swp); in zend_sort()
[all …]
/PHP-7.4/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-7.4/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_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 --
55 Warning: substr_replace(): 'start' and 'length' should be of same type - numerical or array in %s …
58 Warning: substr_replace(): 'start' and 'length' should be of same type - numerical or array in %s …
61 -- Testing substr_replace() function with start and length with a different number of elements --
63 Warning: substr_replace(): 'start' and 'length' should have the same number of elements in %s on li…
66 -- Testing substr_replace() function with start and length as arrays but string not--
[all …]
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 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 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 ***
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_stdio.c125 int in_buf = 0, cmd_pos = 0, pos, start; local
175 start = 0;
180 start = cmd_pos;
186 for (pos = start; pos < in_buf; pos++) {
189 zlog_stream_str(log_stream, buf + start, pos - start);
191 start = pos + 1;
196 zlog_stream_str(log_stream, buf + start, pos - start);
199 pos = start - 1;
203 zlog_stream_str(log_stream, buf + start, pos - start);
209 if (start < pos) {
[all …]
/PHP-7.4/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-7.4/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 DDatePeriod_getter.phpt7 $start = new DateTime('2000-01-01 00:00:00', new DateTimeZone('Europe/Berlin'));
10 $period = new DatePeriod($start, $interval, $end);
22 $periodWithRecurrences = new DatePeriod($start, $interval, $recurrences);
27 $periodWithRecurrencesWithoutStart = new DatePeriod($start, $interval, $recurrences, DatePeriod::EX…
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 Dbug74639.phpt6 $start = new DateTime('2017-05-22 09:00:00');
8 $interval = $start->diff($end);
10 $period = new DatePeriod($start, $interval, $end);
H A Ddate_diff1.phpt7 $start = new DateTime('2010-10-04 02:18:48 EDT');
9 $int = $start->diff($end);
10 var_dump($start);
H A Dbug52480.phpt11 // number of days between the start and end dates. Otherwise, days will be FALSE.
16 $start = new DateTime('2017-03-01', new DateTimeZone($timezone));
19 if ($expectedDiff != (array) $start->diff($end)) {
/PHP-7.4/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-7.4/azure/
H A Dsetup.yml4 sudo service mysql start
5 sudo service postgresql start
6 sudo service slapd start
/PHP-7.4/ext/session/tests/
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";
23 *** Testing session_set_save_handler() : register session handler but don't start ***
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt27 $start = substr($dir, 0, strpos($dir, DIRECTORY_SEPARATOR, strlen(__DIR__)+1));
30 $start,
50 rmdir($start);
51 var_dump(file_exists($start));
/PHP-7.4/sapi/fpm/tests/
H A Dfpm_get_status_basic.phpt31 $tester->start();
47 ["start-time"]=>
49 ["start-since"]=>
79 ["start-time"]=>
81 ["start-since"]=>
/PHP-7.4/ext/shmop/
H A Dshmop.c57 ZEND_ARG_INFO(0, start)
235 zend_long start, count; in PHP_FUNCTION() local
241 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rll", &shmid, &start, &count) == FAILURE) { in PHP_FUNCTION()
249 if (start < 0 || start > shmop->size) { in PHP_FUNCTION()
254 if (count < 0 || start > (ZEND_LONG_MAX - count) || start + count > shmop->size) { in PHP_FUNCTION()
259 startaddr = shmop->addr + start; in PHP_FUNCTION()
260 bytes = count ? count : shmop->size - start; in PHP_FUNCTION()
/PHP-7.4/Zend/tests/generators/
H A Dxrange.phpt6 function xrange($start, $end, $step = 1) {
7 for ($i = $start; $i <= $end; $i += $step) {

Completed in 27 milliseconds

12345678910>>...16