Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 20 of 20) sorted by relevance

/PHP-8.0/ext/tidy/tests/
H A Dbug77594.phpt4 Test is useful only with --repeat 2 (or more)
/PHP-8.0/ext/date/tests/
H A Dbug46874.phpt13 // this should repeat the same range
/PHP-8.0/ext/standard/tests/mail/
H A Dbug72964.phpt25 $repeat_count = 20; // we will repeat a max of 20 times
H A Dbug80706.phpt25 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt1-win32.phpt48 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt2-win32.phpt45 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt3-win32.phpt45 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt4-win32.phpt46 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt3-win32.phpt46 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt1-win32.phpt47 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt2-win32.phpt47 $repeat_count = 20; // we will repeat a max of 20 times
H A Dbug80751.phpt25 $repeat_count = 20; // we will repeat a max of 20 times
/PHP-8.0/sapi/fpm/tests/
H A Dlogtool.inc86 * @param int $repeat
88 public function setExpectedMessage(string $message, int $limit, int $repeat = 0)
90 $this->message = ($repeat > 0) ? str_repeat($message, $repeat) : $message;
H A Dtester.inc1371 * @param int $repeat
1376 int $repeat = 0
1378 $this->logTool->setExpectedMessage($message, $limit, $repeat);
1468 * @param int $repeat
1477 int $repeat = 0,
1481 $this->logTool->setExpectedMessage($message, $limit, $repeat);
/PHP-8.0/
H A Drun-tests.php147 $repeat, $result_tests_file, $slow_min_ms, $start_time, $switch,
434 $repeat = substr($argv[$i], 0, 1) == '-';
436 while ($repeat) {
443 if ($repeat) {
462 $repeat = false;
639 $repeat = true;
/PHP-8.0/ext/standard/tests/file/
H A Duserstreams.phpt55 /* repeat the data a few times so that it grows larger than
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5378 repeat = 1; in scan_prefix()
5439 repeat = GET2(cc, 1); in scan_prefix()
5570 repeat = GET2(cc, 1); in scan_prefix()
5580 repeat = GET2(cc, 1); in scan_prefix()
5599 while (--repeat > 0); in scan_prefix()
5601 repeat = 1; in scan_prefix()
5633 if (repeat <= 0) in scan_prefix()
5674 while (--repeat > 0); in scan_prefix()
5698 repeat = 1; in scan_prefix()
5758 if (--repeat == 0) in scan_prefix()
[all …]
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_trace.c7144 repeat: in zend_jit_trace_hot_root()
7260 goto repeat; in zend_jit_trace_hot_root()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます31894 # repeat search again or following default line does not work
H A Dmagic31894 # repeat search again or following default line does not work

Completed in 227 milliseconds