Home
last modified time | relevance | path

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

12

/php-src/ext/bcmath/tests/
H A Dbcmul_check_overflow.phpt10 $repeat = 2 ** $i;
11 $num1 = str_repeat('99999999', $repeat);
16 $expected = str_repeat('9', $repeat * 8 - 1) . '8' . str_repeat('0', $repeat * 8 - 1) . '1';
18 echo $repeat . ': ' . ($actual === $expected ? 'OK' : 'NG') . PHP_EOL;
/php-src/benchmark/
H A Dbenchmark.php95 …indPhpCgiCommand('wordpress', [$dir . '/index.php'], cwd: $dir, jit: $jit, warmup: 50, repeat: 50);
108 int $repeat = 1, argument
124 '-T' . ($warmup ? $warmup . ',' : '') . $repeat,
133 if ($repeat > 1) {
134 $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/pgsql/tests/
H A Dpg_result_memory_size.phpt19 $result = pg_query($db, "select generate_series(1, 10000) as i, repeat('string', 100)");
/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.php385 $repeat = substr($argv[$i], 0, 1) == '-';
387 while ($repeat) {
411 $repeat = false;
594 $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$(…
/php-src/Zend/tests/unset/
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.inc1620 * @param int $repeat
1625 int $repeat = 0
1627 $this->logTool->setExpectedMessage($message, $limit, $repeat);
1758 * @param int $repeat
1767 int $repeat = 0,
1771 $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

Completed in 31 milliseconds

12