Searched refs:repeat (Results 1 – 20 of 20) sorted by relevance
/PHP-8.0/ext/tidy/tests/ |
H A D | bug77594.phpt | 4 Test is useful only with --repeat 2 (or more)
|
/PHP-8.0/ext/date/tests/ |
H A D | bug46874.phpt | 13 // this should repeat the same range
|
/PHP-8.0/ext/standard/tests/mail/ |
H A D | bug72964.phpt | 25 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | bug80706.phpt | 25 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_basic_alt1-win32.phpt | 48 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_basic_alt2-win32.phpt | 45 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_basic_alt3-win32.phpt | 45 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_basic_alt4-win32.phpt | 46 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_variation_alt3-win32.phpt | 46 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_variation_alt1-win32.phpt | 47 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_variation_alt2-win32.phpt | 47 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | bug80751.phpt | 25 $repeat_count = 20; // we will repeat a max of 20 times
|
/PHP-8.0/sapi/fpm/tests/ |
H A D | logtool.inc | 86 * @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 D | tester.inc | 1371 * @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 D | run-tests.php | 147 $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 D | userstreams.phpt | 55 /* repeat the data a few times so that it grows larger than
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 5378 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 D | zend_jit_trace.c | 7144 repeat: in zend_jit_trace_hot_root() 7260 goto repeat; in zend_jit_trace_hot_root()
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 31894 # repeat search again or following default line does not work
|
H A D | magic | 31894 # repeat search again or following default line does not work
|
Completed in 227 milliseconds