Home
last modified time | relevance | path

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

12

/php-src/benchmark/
H A Dbenchmark.php89 …indPhpCgiCommand('wordpress', [$dir . '/index.php'], cwd: $dir, jit: $jit, warmup: 50, repeat: 50);
102 int $repeat = 1, argument
118 '-T' . ($warmup ? $warmup . ',' : '') . $repeat,
127 if ($repeat > 1) {
128 $instructions = gmp_strval(gmp_div_q($instructions, $repeat));
/php-src/ext/tidy/tests/
H A Dbug77594.phpt4 Test is useful only with --repeat 2 (or more)
/php-src/ext/zend_test/tests/
H A Doptimizer_register_pass.phpt9 die("skip pass registration does not need repeat");
/php-src/ext/date/tests/
H A Dbug46874.phpt13 // this should repeat the same range
/php-src/ext/opcache/tests/jit/
H A Dinit_fcall_003.phpt2 JIT INIT_FCALL: 003 incorrect init fcall guard (fail with tracing JIT and --repeat 3)
H A Dgh8461-002.phpt15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
H A Dgh8461-001.phpt15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
H A Dgh8461-003.phpt15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
H A Dgh8591-005.phpt15 // Checks that JITed code does not crash in --repeat 2 after the AbstractModel
H A Dgh8591-002.phpt15 // Checks that JITed code does not crash in --repeat 2 after the ModelInterface
H A Dgh8591-001.phpt15 // Checks that JITed code does not crash in --repeat 2 after the ModelInterface
H A Dgh8591-004.phpt15 // Checks that JITed code does not crash in --repeat 2 after the ModelTrait
H A Dgh8461-004.phpt15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
/php-src/ext/pdo_dblib/tests/
H A Dbug_50755.phpt7 if (getenv('SKIP_REPEAT')) die('skip May fail on repeat');
/php-src/
H A Drun-tests.php387 $repeat = substr($argv[$i], 0, 1) == '-';
389 while ($repeat) {
413 $repeat = false;
596 $repeat = true;
/php-src/ext/standard/tests/general_functions/
H A Dhttp_response_code.phpt9 * that only affects the CLI repeat option, where the response code is not meaningful in the
/php-src/ext/pgsql/tests/inc/
H A Dskipif.inc16 die("skip Cannot repeat pgsql tests");
/php-src/ext/opcache/jit/
H A DREADME.md17 …pcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 --show-diff -j$(…
24 - `--repeat 2` is optional, but used in CI since some JIT bugs only show up after processing a
107 …pcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 --show-diff -j$(…
H A Dzend_jit_trace.c7878 repeat: in zend_jit_trace_hot_root()
7995 goto repeat; in zend_jit_trace_hot_root()
/php-src/Zend/tests/
H A Dunset_non_array.phpt49 // And now repeat the same with a nested offset.
/php-src/.circleci/
H A Dconfig.yml183 --repeat 2
/php-src/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.inc1631 * @param int $repeat
1636 int $repeat = 0
1638 $this->logTool->setExpectedMessage($message, $limit, $repeat);
1769 * @param int $repeat
1778 int $repeat = 0,
1782 $this->logTool->setExpectedMessage($message, $limit, $repeat);
/php-src/ext/standard/tests/file/
H A Duserstreams.phpt55 /* repeat the data a few times so that it grows larger than
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5608 repeat = 1; in scan_prefix()
5671 repeat = GET2(cc, 1); in scan_prefix()
5802 repeat = GET2(cc, 1); in scan_prefix()
5812 repeat = GET2(cc, 1); in scan_prefix()
5831 while (--repeat > 0); in scan_prefix()
5833 repeat = 1; in scan_prefix()
5865 if (repeat <= 0) in scan_prefix()
5906 while (--repeat > 0); in scan_prefix()
5930 repeat = 1; in scan_prefix()
5990 if (--repeat == 0) in scan_prefix()
[all …]

Completed in 203 milliseconds

12