Home
last modified time | relevance | path

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

12

/PHP-8.3/benchmark/
H A Dbenchmark.php84 …return runValgrindPhpCgiCommand([$dir . '/index.php'], cwd: $dir, jit: $jit, warmup: 50, repeat: 5…
96 int $repeat = 1, argument
106 '-T' . ($warmup ? $warmup . ',' : '') . $repeat,
114 if ($repeat > 1) {
115 $instructions = gmp_strval(gmp_div_q($instructions, $repeat));
/PHP-8.3/ext/tidy/tests/
H A Dbug77594.phpt4 Test is useful only with --repeat 2 (or more)
/PHP-8.3/ext/zend_test/tests/
H A Doptimizer_register_pass.phpt9 die("skip pass registration does not need repeat");
/PHP-8.3/
H A Drun-tests.php159 $repeat, $result_tests_file, $slow_min_ms, $start_time, $switch,
392 $repeat = substr($argv[$i], 0, 1) == '-';
394 while ($repeat) {
401 if ($repeat) {
420 $repeat = false;
604 $repeat = true;
/PHP-8.3/ext/date/tests/
H A Dbug46874.phpt13 // this should repeat the same range
/PHP-8.3/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.phpt16 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
H A Dgh8461-001.phpt16 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
H A Dgh8461-003.phpt16 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
H A Dgh8591-005.phpt16 // Checks that JITed code does not crash in --repeat 2 after the AbstractModel
H A Dgh8591-001.phpt16 // Checks that JITed code does not crash in --repeat 2 after the ModelInterface
H A Dgh8591-002.phpt16 // Checks that JITed code does not crash in --repeat 2 after the ModelInterface
H A Dgh8591-004.phpt16 // Checks that JITed code does not crash in --repeat 2 after the ModelTrait
H A Dgh8461-004.phpt16 // Checks that JITed code does not crash in --repeat 2 after the UniqueList
/PHP-8.3/ext/pdo_dblib/tests/
H A Dbug_50755.phpt7 if (getenv('SKIP_REPEAT')) die('skip May fail on repeat');
/PHP-8.3/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-8.3/ext/pgsql/tests/
H A Dskipif.inc16 die("skip Cannot repeat pgsql tests");
/PHP-8.3/ext/standard/tests/mail/
H A Dbug72964.phpt29 $repeat_count = 20; // we will repeat a max of 20 times
H A Dbug80706.phpt29 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt1-win32.phpt52 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt2-win32.phpt49 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt3-win32.phpt49 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt4-win32.phpt50 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt3-win32.phpt50 $repeat_count = 20; // we will repeat a max of 20 times
/PHP-8.3/ext/opcache/jit/
H A DREADME.md40 …pcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 --show-diff -j$(…
47 - `--repeat 2` is optional, but used in CI since some JIT bugs only show up after processing a
141 …pcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.jit=tracing --repeat 2 --show-diff -j$(…

Completed in 36 milliseconds

12