Home
last modified time | relevance | path

Searched refs:cfg (Results 126 – 150 of 161) sorted by relevance

1234567

/PHP-8.3/sapi/fpm/tests/
H A Dfcgi-env-pif-apache-handler-without-docroot.phpt15 $cfg = <<<EOT
36 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-pif-apache-pp-sn-strip-invalid.phpt10 $cfg = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
H A Dgh13563-conf-bool-env.phpt13 $cfg = <<<EOT
43 $tester = new FPM\Tester($cfg, $code);
H A Dlog-suppress-output.phpt64 $cfg = <<<EOT
84 $tester = new FPM\Tester($cfg, $src);
89 $cfg = <<<EOT
109 $tester->reload($cfg);
H A Dpool-apparmor-basic.phpt25 $cfg = <<<EOT
38 $tester = new FPM\Tester($cfg);
H A Dbug74083-concurrent-reload.phpt13 $cfg = <<<EOT
34 $tester = new FPM\Tester($cfg, $code);
H A Dreload-uses-sigkill-as-last-measure.phpt16 $cfg = <<<EOT
37 $tester = new FPM\Tester($cfg, $code);
H A Dsocket-uds-numeric-ugid-nonroot.phpt14 $cfg = <<<EOT
31 $tester = new FPM\Tester($cfg);
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt17 $cfg = <<<EOT
38 $tester = new FPM\Tester($cfg, $code);
H A Dfpm_get_status_basic.phpt10 $cfg = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dsocket-uds-too-long-filename-start.phpt17 $cfg = <<<EOT
28 $tester = new FPM\Tester($cfg);
H A Dsocket-uds-acl.phpt43 $cfg = <<<EOT
60 $tester = new FPM\Tester($cfg);
H A Dsocket-close-on-exec.phpt13 $cfg = <<<'EOT'
55 $tester = new FPM\Tester($cfg, $code);
H A Dbug76601-reload-child-signals.phpt13 $cfg = <<<EOT
46 $tester = new FPM\Tester($cfg, $code);
H A Dlog-suppress-output-request-body.phpt18 $cfg = <<<EOT
44 $tester = new FPM\Tester($cfg, $testScript);
/PHP-8.3/Zend/tests/match/
H A D044.phpt2 Incorrect cfg block marking for two arm match
/PHP-8.3/
H A Drun-tests.php152 global $DETAILED, $PHP_FAILED_TESTS, $SHOW_ONLY_GROUPS, $argc, $argv, $cfg,
369 $cfg = [];
372 $cfg[$type] = [];
375 $cfg[$type][$file] = false;
406 $cfg[$type][$file] = true;
473 $cfg['keep'][$file] = true;
546 $cfg['show'][$file] = true;
/PHP-8.3/ext/opcache/tests/
H A Dpreload_user_004.phpt18 $cfg = <<<EOT
53 $tester = new FPM\Tester($cfg, $code);
H A Dpreload_user_005.phpt19 $cfg = <<<EOT
56 $tester = new FPM\Tester($cfg, $code);
/PHP-8.3/Zend/Optimizer/
H A Ddfa_pass.c60 zend_cfg_build_predecessors(&ctx->arena, &ssa->cfg); in zend_dfa_analyze_op_array()
70 zend_cfg_identify_loops(op_array, &ssa->cfg); in zend_dfa_analyze_op_array()
73 zend_dump_dominators(op_array, &ssa->cfg); in zend_dfa_analyze_op_array()
115 zend_basic_block *blocks = ssa->cfg.blocks; in zend_ssa_remove_nops()
164 ssa->cfg.map[target] = b - blocks; in zend_ssa_remove_nops()
625 zend_basic_block *src = &ssa->cfg.blocks[from]; in zend_ssa_replace_control_link()
626 zend_basic_block *old = &ssa->cfg.blocks[to]; in zend_ssa_replace_control_link()
627 zend_basic_block *dst = &ssa->cfg.blocks[new_to]; in zend_ssa_replace_control_link()
746 while (block_num < ssa->cfg.blocks_count in zend_dfa_optimize_jmps()
750 while (block_num < ssa->cfg.blocks_count) { in zend_dfa_optimize_jmps()
[all …]
H A Dzend_dfg.h46 void zend_build_dfg(const zend_op_array *op_array, const zend_cfg *cfg, zend_dfg *dfg, uint32_t bui…
H A Dzend_dfg.c251 void zend_build_dfg(const zend_op_array *op_array, const zend_cfg *cfg, zend_dfg *dfg, uint32_t bui… in zend_build_dfg() argument
254 zend_basic_block *blocks = cfg->blocks; in zend_build_dfg()
255 int blocks_count = cfg->blocks_count; in zend_build_dfg()
320 int *predecessors = &cfg->predecessors[blocks[j].predecessor_offset]; in zend_build_dfg()
/PHP-8.3/ext/opcache/tests/jit/
H A Dbug80959.phpt2 Bug #80959: infinite loop in building cfg during JIT compilation
/PHP-8.3/ext/phar/phar/
H A Dpharcommand.inc174 foreach($phar_args as $lkey => $cfg) {
180 $args[$lkey] = $cfg;
213 static function cli_arg_typ_loader($arg, $cfg, $key)
278 static function cli_arg_typ_pharnew($arg, $cfg, $key)
330 static function cli_arg_typ_pharurl($arg, $cfg, $key)
342 static function cli_arg_typ_phar($arg, $cfg, $key)
358 static function cli_arg_typ_entry($arg, $cfg, $key)
369 * @param string $cfg The config option.
373 static function cli_arg_typ_compalg($arg, $cfg, $key)
396 * @param string $cfg The config option.
[all …]
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_disasm.c297 zend_cfg *cfg, argument
371 if (op_array && cfg) {
373 for (b = 0; b < cfg->blocks_count; b++) {
374 if (cfg->blocks[b].flags & (ZEND_BB_ENTRY|ZEND_BB_RECV_ENTRY)) {
375 addr = (uint64_t)(uintptr_t)op_array->opcodes[cfg->blocks[b].start].handler;

Completed in 42 milliseconds

1234567