Home
last modified time | relevance | path

Searched refs:cfg (Results 76 – 100 of 161) sorted by relevance

1234567

/PHP-8.3/tests/lang/
H A Dstatic_variation_002.phpt11 function cfg() {
21 cfg();
/PHP-8.3/sapi/fpm/tests/
H A Dbug72573-http-proxy.phpt10 $cfg = <<<EOT
34 $tester = new FPM\Tester($cfg, $code);
H A Dbug77934-reload-process-control.phpt10 $cfg = <<<EOT
26 $tester = new FPM\Tester($cfg);
H A Dbug78599-path-info-underflow.phpt10 $cfg = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dbug80669-uid-user-groups.phpt18 $cfg = <<<EOT
36 $tester = new FPM\Tester($cfg, $code);
H A Dgetallheaders.phpt10 $cfg = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dgh8646.phpt12 $cfg = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dstatus-listen.phpt10 $cfg = <<<EOT
34 $tester = new FPM\Tester($cfg);
H A Dproc-idle-timeout.phpt14 $cfg = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-multiple-msgs-stdout-stderr.phpt12 $cfg = <<<EOT
34 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-realloc-buffer.phpt10 $cfg = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dbug72185-fcgi-empty-frame.phpt10 $cfg = <<<EOT
33 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-nopif-custom-without-pi-without-pt.phpt10 $cfg = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dghsa-54hq-v5wp-fqgv-max-file-uploads.phpt10 $cfg = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
H A Dsocket-ipv4-fallback.phpt13 $cfg = <<<EOT
25 $tester = new FPM\Tester($cfg);
H A Dsocket-uds-too-long-filename-test.phpt18 $cfg = <<<EOT
29 $tester = new FPM\Tester($cfg);
H A Dgh12232-php-value-extension.phpt13 $cfg = <<<EOT
33 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-msg-flush-split-sep-pos-end.phpt10 $cfg = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-msg-flush-split-sep-pos-start.phpt10 $cfg = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dbug75212-php-value-in-user-ini.phpt10 $cfg = <<<EOT
36 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-nopif-custom-with-pi-without-pt.phpt10 $cfg = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dfcgi-env-pif-apache-handler-uds.phpt10 $cfg = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt10 $cfg = <<<EOT
34 $tester = new FPM\Tester($cfg, $code);
/PHP-8.3/Zend/Optimizer/
H A Dzend_dump.h39 void zend_dump_dominators(const zend_op_array *op_array, const zend_cfg *cfg);
40 void zend_dump_dfg(const zend_op_array *op_array, const zend_cfg *cfg, const zend_dfg *dfg);
H A Dzend_ssa.c72 from_block = &ssa->cfg.blocks[from]; in needs_pi()
78 to_block = &ssa->cfg.blocks[to]; in needs_pi()
244 zend_basic_block *blocks = ssa->cfg.blocks; in place_essa_pis()
245 int j, blocks_count = ssa->cfg.blocks_count; in place_essa_pis()
792 zend_basic_block *blocks = ssa->cfg.blocks; in zend_ssa_rename()
909 zend_basic_block *blocks = ssa->cfg.blocks; in zend_build_ssa()
911 int blocks_count = ssa->cfg.blocks_count; in zend_build_ssa()
941 zend_dump_dfg(op_array, &ssa->cfg, &dfg); in zend_build_ssa()
1534 j = ssa->cfg.blocks[block->idom].children; in zend_ssa_remove_block_from_cfg()
1539 if (ssa->cfg.blocks[j].next_child == i) { in zend_ssa_remove_block_from_cfg()
[all …]

Completed in 27 milliseconds

1234567