Home
last modified time | relevance | path

Searched refs:start (Results 51 – 75 of 649) sorted by relevance

12345678910>>...26

/PHP-8.2/ext/date/tests/
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 Dgh9866.phpt13 $start = new \DateTimeImmutable('2000-11-01 09:29:22.907606', new \DateTimeZone('America/Chicago'));
15 $result = getYearsBetween($start, $end);
17 $diff = $start->diff($end);
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);
31 $p = new DatePeriod($start, $diff_un, 2);
93 ["start"]=>
159 ["start"]=>
H A Ddate_period_unserialize1.phpt6 $start = new DateTime("2022-07-14 00:00:00", new DateTimeZone("UTC"));
9 $period = new DatePeriod($start, $interval, $end);
13 "start" => new DateTime("2022-07-14 12:00:00", new DateTimeZone("UTC")),
28 ["start"]=>
H A Dbug-gh9106.phpt8 $start = new \DateTimeImmutable("2020-01-01 00:00:00 UTC");
13 $t1 = $start->add($oneAndHalfSec);
18 var_dump($start->getTimestamp());
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 DDatePeriod_properties2.phpt13 "start",
34 $period->start->modify("+1 hour");
45 Cannot modify readonly property DatePeriod::$start
46 Cannot modify readonly property DatePeriod::$start
H A Ddate_period_unserialize3.phpt6 $start = new DateTime("2022-07-14 00:00:00", new DateTimeZone("UTC"));
9 $period = new DatePeriod($start, $interval, $end);
15 "start" => new DateTime,
33 ["start"]=>
/PHP-8.2/ext/standard/tests/strings/
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 Dstrcspn_basic.phpt15 $start = 15;
19 var_dump( strcspn($str, $mask, $start, $len) );
22 var_dump( strcspn($str, $mask, $start) );
H A Dstrspn_basic.phpt15 $start = 8;
19 var_dump( strspn($str, $mask, $start, $len) );
22 var_dump( strspn($str, $mask, $start) );
/PHP-8.2/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-8.2/ext/zend_test/tests/
H A Dobserver_fiber_functions_01.phpt21 $fiber->start();
31 <!-- init Fiber::start() -->
32 <Fiber::start>
46 </Fiber::start>
H A Dobserver_fiber_functions_02.phpt21 $fiber->start();
30 <!-- init Fiber::start() -->
31 <Fiber::start>
45 </Fiber::start>
H A Dfiber_test_06.phpt13 var_dump($fiber->start()); // int(20)
21 var_dump($test->start()); // int(10)
23 var_dump($fiber->start()); // int(1)
/PHP-8.2/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-8.2/ext/opcache/jit/
H A Dzend_jit_perf_dump.c218 static void zend_jit_perf_jitdump_register(const char *name, void *start, size_t size) in zend_jit_perf_jitdump_register() argument
251 rec.vma = (uint64_t)(uintptr_t)start; in zend_jit_perf_jitdump_register()
252 rec.code_address = (uint64_t)(uintptr_t)start; in zend_jit_perf_jitdump_register()
258 zend_quiet_write(jitdump_fd, start, size); in zend_jit_perf_jitdump_register()
262 static void zend_jit_perf_map_register(const char *name, void *start, size_t size) in zend_jit_perf_map_register() argument
276 fprintf(fp, "%zx %zx %s\n", (size_t)(uintptr_t)start, size, name); in zend_jit_perf_map_register()
315 static void zend_jit_perf_jitdump_register(const char *name, void *start, size_t size) in zend_jit_perf_jitdump_register() argument
319 static void zend_jit_perf_map_register(const char *name, void *start, size_t size) in zend_jit_perf_map_register() argument
321 os_signpost_id_t map = os_signpost_id_make_with_pointer(jitdump_fd, start); in zend_jit_perf_map_register()
/PHP-8.2/ext/reflection/tests/
H A DReflectionFiber_bug_gh11121_1.phpt13 }))->start();
17 $f->start();
30 string(5) "start"
H A DReflectionFiber_bug_gh11121_2.phpt14 }))->start();
18 $f->start();
31 string(5) "start"
/PHP-8.2/Zend/
H A Dzend_mmap.h37 static zend_always_inline void zend_mmap_set_name(const void *start, size_t len, const char *name) in zend_mmap_set_name() argument
40 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, (unsigned long)start, len, (unsigned long)name); in zend_mmap_set_name()
/PHP-8.2/Zend/tests/fibers/
H A Dfailing-nested-fiber.phpt12 $value = $fiber->start(1, 2);
17 $fiber->start();
28 #3 %sfailing-nested-fiber.php(%d): Fiber->start()
H A Dstart-arguments.phpt10 $x = $fiber->start(1);
18 $fiber->start('test');
27 #1 %sstart-arguments.php(%d): Fiber->start('test')
/PHP-8.2/ext/zip/tests/
H A Doo_progress.phpt25 // Only check start/end as intermediate is not reliable
26 if ($r == 0.0) echo "start\n";
38 start

Completed in 35 milliseconds

12345678910>>...26