Home
last modified time | relevance | path

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

1234

/PHP-7.4/sapi/fpm/tests/
H A Dlog-bwd-limit-8000-msg-4096.phpt10 $cfg = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-dwd-limit-1050-msg-2900.phpt10 $cfg = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-dwd-limit-8000-msg-4096.phpt10 $cfg = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dproc-no-start-server.phpt12 $cfg = <<<EOT
26 $tester = new FPM\Tester($cfg);
H A Dsocket-ipv4-allowed-clients.phpt13 $cfg = <<<EOT
26 $tester = new FPM\Tester($cfg);
H A Dbug68421-ipv6-access-log.phpt13 $cfg = <<<EOT
28 $tester = new FPM\Tester($cfg);
H A Dbug73342-nonblocking-stdio.phpt10 $cfg = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bm-limit-1024-msg-80.phpt10 $cfg = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bm-limit-2048-msg-4000.phpt10 $cfg = <<<EOT
30 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-limit-1050-msg-2048.phpt10 $cfg = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-limit-1024-msg-120.phpt10 $cfg = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-limit-1500-msg-3300.phpt10 $cfg = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dlog-dwd-limit-1050-msg-2048.phpt10 $cfg = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dlog-dwp-limit-1000-msg-2000.phpt10 $cfg = <<<EOT
31 $tester = new FPM\Tester($cfg, $code);
H A Dstatus-basic.phpt10 $cfg = <<<EOT
33 $tester = new FPM\Tester($cfg);
H A Dlog-bm-in-shutdown-fn.phpt10 $cfg = <<<EOT
32 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwp-msg-flush-split-real.phpt10 $cfg = <<<EOT
29 $tester = new FPM\Tester($cfg, $code);
H A Dlog-bwd-msg-with-nl.phpt10 $cfg = <<<EOT
28 $tester = new FPM\Tester($cfg, $code);
H A Dproc-user-ignored.phpt13 $cfg = <<<EOT
28 $tester = new FPM\Tester($cfg);
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 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);
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c726 zend_basic_block *b = cfg->blocks + n; in zend_dump_block_info()
807 j = cfg->blocks[j].next_child; in zend_dump_block_info()
810 j = cfg->blocks[j].next_child; in zend_dump_block_info()
874 const zend_cfg *cfg = NULL; in zend_dump_op_array() local
880 cfg = (const zend_cfg*)data; in zend_dump_op_array()
881 if (!cfg->blocks) { in zend_dump_op_array()
882 cfg = data = NULL; in zend_dump_op_array()
985 if (cfg) { in zend_dump_op_array()
990 b = cfg->blocks + n; in zend_dump_op_array()
1125 zend_basic_block *b = cfg->blocks + j; in zend_dump_dominators()
[all …]
/PHP-7.4/tests/lang/
H A Dstatic_variation_002.phpt11 function cfg() {
21 cfg();

Completed in 65 milliseconds

1234