Searched refs:repeat (Results 1 – 25 of 30) sorted by relevance
12
/php-src/ext/bcmath/tests/ |
H A D | bcmul_check_overflow.phpt | 10 $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 D | benchmark.php | 95 …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 D | bug77594.phpt | 4 Test is useful only with --repeat 2 (or more)
|
/php-src/ext/zend_test/tests/ |
H A D | optimizer_register_pass.phpt | 9 die("skip pass registration does not need repeat");
|
/php-src/ext/date/tests/ |
H A D | bug46874.phpt | 13 // this should repeat the same range
|
/php-src/ext/opcache/tests/jit/ |
H A D | init_fcall_003.phpt | 2 JIT INIT_FCALL: 003 incorrect init fcall guard (fail with tracing JIT and --repeat 3)
|
H A D | gh8461-002.phpt | 15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
|
H A D | gh8461-001.phpt | 15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
|
H A D | gh8461-003.phpt | 15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
|
H A D | gh8591-005.phpt | 15 // Checks that JITed code does not crash in --repeat 2 after the AbstractModel
|
H A D | gh8591-002.phpt | 15 // Checks that JITed code does not crash in --repeat 2 after the ModelInterface
|
H A D | gh8591-001.phpt | 15 // Checks that JITed code does not crash in --repeat 2 after the ModelInterface
|
H A D | gh8591-004.phpt | 15 // Checks that JITed code does not crash in --repeat 2 after the ModelTrait
|
H A D | gh8461-004.phpt | 15 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
|
/php-src/ext/pgsql/tests/ |
H A D | pg_result_memory_size.phpt | 19 $result = pg_query($db, "select generate_series(1, 10000) as i, repeat('string', 100)");
|
/php-src/ext/pdo_dblib/tests/ |
H A D | bug_50755.phpt | 7 if (getenv('SKIP_REPEAT')) die('skip May fail on repeat');
|
/php-src/ |
H A D | run-tests.php | 385 $repeat = substr($argv[$i], 0, 1) == '-'; 387 while ($repeat) { 411 $repeat = false; 594 $repeat = true;
|
/php-src/ext/standard/tests/general_functions/ |
H A D | http_response_code.phpt | 9 * that only affects the CLI repeat option, where the response code is not meaningful in the
|
/php-src/ext/pgsql/tests/inc/ |
H A D | skipif.inc | 16 die("skip Cannot repeat pgsql tests");
|
/php-src/ext/opcache/jit/ |
H A D | README.md | 17 …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 D | unset_non_array.phpt | 49 // And now repeat the same with a nested offset.
|
/php-src/.circleci/ |
H A D | config.yml | 183 --repeat 2
|
/php-src/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 | 1620 * @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 D | userstreams.phpt | 55 /* repeat the data a few times so that it grows larger than
|
Completed in 53 milliseconds
12