Home
last modified time | relevance | path

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

/PHP-7.4/ext/tidy/tests/
H A Dbug77594.phpt4 Test is useful only with --repeat 2 (or more)
/PHP-7.4/ext/date/tests/
H A Dbug46874.phpt13 // this should repeat the same range
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc61 * @param int $repeat
63 public function setExpectedMessage(string $message, int $limit, int $repeat = 0)
65 $this->message = ($repeat > 0) ? str_repeat($message, $repeat) : $message;
H A Dtester.inc1244 * @param int $repeat
1249 int $repeat = 0
1251 $this->logTool->setExpectedMessage($message, $limit, $repeat);
1286 * @param int $repeat
1293 int $repeat = 0,
1297 $this->logTool->setExpectedMessage($message, $limit, $repeat);
/PHP-7.4/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_alt2-win32.phpt51 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt3-win32.phpt51 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt3-win32.phpt52 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt1-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt4-win32.phpt52 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt1-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt2-win32.phpt53 $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-7.4/
H A Drun-tests.php55 $repeat, $result_tests_file, $slow_min_ms, $start_time, $switch,
335 $repeat = substr($argv[$i], 0, 1) == '-';
337 while ($repeat) {
345 if ($repeat) {
364 $repeat = false;
516 $repeat = true;
/PHP-7.4/ext/standard/tests/file/
H A Duserstreams.phpt55 /* repeat the data a few times so that it grows larger than
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c875 repeat: in ZEND_FUNCTION()
899 goto repeat; in ZEND_FUNCTION()
/PHP-7.4/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-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます28845 # repeat search again or following default line does not work
H A Dmagic28845 # repeat search again or following default line does not work

Completed in 155 milliseconds