Home
last modified time | relevance | path

Searched refs:cfg (Results 26 – 45 of 45) sorted by relevance

12

/PHP-7.1/sapi/fpm/tests/
H A Dbug68442-signal-reload.phpt10 $cfg = <<<EOT
25 $tester = new FPM\Tester($cfg);
H A Dbug72573-http-proxy.phpt10 $cfg = <<<EOT
34 $tester = new FPM\Tester($cfg, $code);
H A Dbug78599-path-info-underflow.phpt10 $cfg = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dmain-global-prefix.phpt10 $cfg = <<<EOT
29 $tester = new FPM\Tester($cfg);
H A Dsocket-invalid-allowed-clients.phpt12 $cfg = <<<EOT
26 $tester = new FPM\Tester($cfg);
H A Dpool-prefix.phpt14 $cfg = <<<EOT
33 $tester = new FPM\Tester($cfg);
H A Dbug68423-multi-pool-all-pms.phpt10 $cfg = <<<EOT
37 $tester = new FPM\Tester($cfg);
H A Dpool-apparmor-basic.phpt25 $cfg = <<<EOT
38 $tester = new FPM\Tester($cfg);
H A Dsocket-uds-acl.phpt43 $cfg = <<<EOT
60 $tester = new FPM\Tester($cfg);
/PHP-7.1/tests/lang/
H A Dstatic_variation_002.phpt11 function cfg() {
21 cfg();
/PHP-7.1/ext/phar/phar/
H A Dclicommand.inc146 static function cli_arg_typ_bool($arg, $cfg, $key)
151 static function cli_arg_typ_int($arg, $cfg, $key)
160 static function cli_arg_typ_regex($arg, $cfg, $key)
173 static function cli_arg_typ_select($arg, $cfg, $key)
175 if (!in_array($arg, array_keys($cfg['select']))) {
176 …self::error("Parameter value '$arg' not one of '" . join("', '", array_keys($cfg['select'])) . "'.…
181 static function cli_arg_typ_dir($arg, $cfg, $key)
202 static function cli_arg_typ_filenew($arg, $cfg, $key)
213 static function cli_arg_typ_filecont($arg, $cfg, $key)
215 return file_get_contents(self::cli_arg_typ_file($arg, $cfg, $key));
H A Dpharcommand.inc172 foreach($phar_args as $lkey => $cfg) {
178 $args[$lkey] = $cfg;
211 static function cli_arg_typ_loader($arg, $cfg, $key)
276 static function cli_arg_typ_pharnew($arg, $cfg, $key)
278 $arg = self::cli_arg_typ_filenew($arg, $cfg, $key);
328 static function cli_arg_typ_pharurl($arg, $cfg, $key)
340 static function cli_arg_typ_phar($arg, $cfg, $key)
356 static function cli_arg_typ_entry($arg, $cfg, $key)
367 * @param string $cfg The config option.
373 $arg = self::cli_arg_typ_select($arg, $cfg, $key);
[all …]
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_ssa.c55 to_block = &ssa->cfg.blocks[to]; in needs_pi()
63 from_block = &ssa->cfg.blocks[from]; in needs_pi()
82 sizeof(void*) * ssa->cfg.blocks[to].predecessors_count); in add_pi()
101 if (ssa->cfg.blocks[to].predecessors_count > 1) { in add_pi()
233 zend_basic_block *blocks = ssa->cfg.blocks; in place_essa_pis()
234 int j, blocks_count = ssa->cfg.blocks_count; in place_essa_pis()
523 zend_basic_block *blocks = ssa->cfg.blocks; in zend_ssa_rename()
851 zend_basic_block *blocks = ssa->cfg.blocks; in zend_build_ssa()
853 int blocks_count = ssa->cfg.blocks_count; in zend_build_ssa()
890 zend_dump_dfg(op_array, &ssa->cfg, &dfg); in zend_build_ssa()
[all …]
H A Dzend_dfg.c23 int zend_build_dfg(const zend_op_array *op_array, const zend_cfg *cfg, zend_dfg *dfg, uint32_t buil… in zend_build_dfg() argument
26 zend_basic_block *blocks = cfg->blocks; in zend_build_dfg()
27 int blocks_count = cfg->blocks_count; in zend_build_dfg()
233 int *predecessors = &cfg->predecessors[blocks[j].predecessor_offset]; in zend_build_dfg()
H A Dzend_ssa.h118 zend_cfg cfg; /* control flow graph */ member
151 for (j = 0; j < ssa->cfg.blocks[p->block].predecessors_count; j++) { in zend_ssa_next_use_phi()
H A Dzend_dfg.h46 int zend_build_dfg(const zend_op_array *op_array, const zend_cfg *cfg, zend_dfg *dfg, uint32_t buil…
H A Ddfa_pass.c47 ZEND_CFG_NO_ENTRY_PREDECESSORS, &ssa->cfg, flags) != SUCCESS) { in zend_dfa_analyze_op_array()
56 if (zend_cfg_build_predecessors(&ctx->arena, &ssa->cfg) != SUCCESS) { in zend_dfa_analyze_op_array()
61 zend_dump_op_array(op_array, ZEND_DUMP_CFG, "dfa cfg", &ssa->cfg); in zend_dfa_analyze_op_array()
65 if (zend_cfg_compute_dominators_tree(op_array, &ssa->cfg) != SUCCESS) { in zend_dfa_analyze_op_array()
70 if (zend_cfg_identify_loops(op_array, &ssa->cfg, flags) != SUCCESS) { in zend_dfa_analyze_op_array()
75 zend_dump_dominators(op_array, &ssa->cfg); in zend_dfa_analyze_op_array()
119 zend_basic_block *blocks = ssa->cfg.blocks; in zend_ssa_remove_nops()
120 zend_basic_block *end = blocks + ssa->cfg.blocks_count; in zend_ssa_remove_nops()
H A Dzend_inference.c307 for (j = 0; j < ssa->cfg.blocks[p->block].predecessors_count; j++) { in zend_ssa_find_false_dependencies()
893 for (i = 0; i < ssa->cfg.blocks[p->block].predecessors_count; i++) { in zend_inference_calc_range()
3335 zend_basic_block *blocks = ssa->cfg.blocks; in zend_infer_types_ex()
3671 int blocks_count = info->ssa.cfg.blocks_count; in zend_func_return_info()
3672 zend_basic_block *blocks = info->ssa.cfg.blocks; in zend_func_return_info()
/PHP-7.1/
H A Drun-tests.php485 $cfg = array(); variable
488 $cfg[$type] = array();
491 $cfg[$type][$file] = false;
578 $cfg['keep'][$file] = true;
636 $cfg['show'][$file] = true;
1183 global $cfg;
1185 if ($cfg['show'][$file]) {
1570 if (!$cfg['keep']['skip']) {
1586 if (!$cfg['keep']['skip']) {
2066 if (!$cfg['keep']['php']) {
[all …]
/PHP-7.1/ext/mbstring/
H A Dconfig.m458 for cfg in $PHP_MBSTRING_EXTRA_CONFIG_HEADERS; do
59 cat > $ext_builddir/$cfg <<EOF

Completed in 49 milliseconds

12