Home
last modified time | relevance | path

Searched refs:start (Results 251 – 275 of 649) sorted by relevance

1...<<11121314151617181920>>...26

/PHP-8.2/Zend/tests/fibers/
H A Dunfinished-fiber.phpt18 $fiber->start();
H A Dthrow.phpt10 $value = $fiber->start();
H A Dsuspend-in-force-close-fiber-catching-exception.phpt16 $fiber->start();
H A Dgh9735-001.phpt22 $fiber->start();
H A Dgh10340-003.phpt24 $fiber->start();
H A Dresume-terminated-fiber.phpt8 $fiber->start();
H A Dgh9735-002.phpt26 $fiber->start();
H A Dgh9735-003.phpt25 $fiber->start();
H A Dgh9735-004.phpt25 $fiber->start();
H A Dthrow-during-fiber-destruct.phpt12 $fiber->start();
H A Dgh9735-008.phpt27 $fiber->start();
/PHP-8.2/ext/date/tests/
H A Dbug36988.phpt8 $start = microtime(true);
H A Dbug53437_var0.phpt32 ["start"]=>
83 ["start"]=>
/PHP-8.2/ext/dba/libcdb/
H A Dcdb_make.h42 uint32 start[256]; member
/PHP-8.2/ext/sysvshm/
H A Dphp_sysvshm.h51 zend_long start; member
/PHP-8.2/Zend/tests/
H A Dbug78770.phpt14 private function privateMethod($start, $end, $name) {
H A Dtemporary_cleaning_016.phpt2 Live ranges should be ordered according to "start" position
H A Dgh15330-002.phpt25 $fiber->start();
/PHP-8.2/ext/reflection/tests/
H A DReflectionFiber_notrace_1.phpt6 $f->start();
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_fork.phpt91 if (!mysqli_query($plink, sprintf($sql, 'start')))
106 $start = time();
120 } while ((time() - $start) < 5);
136 $start = time();
148 case 'start':
198 } while (((time() - $start) < 5) && ($num_rows < 3));
243 child start
H A Dmysqli_fetch_array_many_rows.phpt14 $start = microtime(true);
15 for ($id = 100, $start = microtime(true); (microtime(true) - $start) < 5; $id++) {
/PHP-8.2/sapi/phpdbg/tests/
H A Dgh13827.phpt12 $fiber->start();
/PHP-8.2/sapi/fpm/tests/
H A Dstatus.inc26 'start time' => '\d+\/\w{3}\/\d{4}:\d{2}:\d{2}:\d{2}\s[+-]\d{4}',
27 'start since' => '\d+',
116 if ($startTimeTimestamp && $fields['start time'][0] === '\\') {
117 $fields['start time'] = '\d+';
238 "phpfpm_start_since " . $fields['start since'] . "\n" .
263 …The number of times, the process limit has been reached, when pm tries to start more children \(wo…
/PHP-8.2/.github/actions/setup-caddy/
H A Daction.yml12 sudo caddy start --config ext/curl/tests/Caddyfile
/PHP-8.2/ext/exif/tests/
H A Dbug73737.phpt13 Warning: exif_thumbnail(bug73737.tiff): Error in TIFF: filesize(x0030) less than start of IFD dir(x…

Completed in 47 milliseconds

1...<<11121314151617181920>>...26