Home
last modified time | relevance | path

Searched refs:start (Results 276 – 300 of 688) sorted by relevance

1...<<11121314151617181920>>...28

/php-src/Zend/tests/fibers/
H A Dunfinished-fiber.phpt18 $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 Dgh9735-008.phpt27 $fiber->start();
H A Dgh9735-005.phpt29 $fiber->start();
H A Dgh9735-009.phpt27 $fiber->start();
/php-src/ext/dba/libcdb/
H A Dcdb_make.h42 uint32 start[256]; member
/php-src/ext/intl/transliterator/
H A Dtransliterator.stub.php46 public function transliterate(string $string, int $start = 0, int $end = -1): string|false {} argument
/php-src/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.phpt15 $start = microtime(true);
16 for ($id = 100, $start = microtime(true); (microtime(true) - $start) < 5; $id++) {
/php-src/ext/sysvshm/
H A Dphp_sysvshm.h51 zend_long start; member
/php-src/Zend/tests/
H A Dtemporary_cleaning_016.phpt2 Live ranges should be ordered according to "start" position
H A Dbug78770.phpt14 private function privateMethod($start, $end, $name) {
/php-src/ext/date/tests/
H A Dbug36988.phpt8 $start = microtime(true);
H A Dbug53437_var0.phpt32 ["start"]=>
83 ["start"]=>
/php-src/ext/reflection/tests/
H A DReflectionFiber_notrace_1.phpt6 $f->start();
/php-src/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-src/ext/standard/tests/array/range/
H A Drange_step_errors.phpt124 range(): Argument #3 ($step) must be less than the range spanned by argument #1 ($start) and argume…
126 range(): Argument #3 ($step) must be less than the range spanned by argument #1 ($start) and argume…
128 range(): Argument #3 ($step) must be less than the range spanned by argument #1 ($start) and argume…
130 range(): Argument #3 ($step) must be less than the range spanned by argument #1 ($start) and argume…
/php-src/.github/actions/setup-caddy/
H A Daction.yml12 sudo caddy start --config ext/curl/tests/Caddyfile
/php-src/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 29 milliseconds

1...<<11121314151617181920>>...28