Home
last modified time | relevance | path

Searched refs:cfg (Results 1 – 25 of 32) sorted by path

12

/PHP-7.0/ext/mbstring/
H A Dconfig.m458 for cfg in $PHP_MBSTRING_EXTRA_CONFIG_HEADERS; do
59 cat > $ext_builddir/$cfg <<EOF
/PHP-7.0/ext/opcache/Optimizer/
H A Dblock_pass.c120 memset(cfg, 0, sizeof(zend_cfg)); in find_code_blocks()
509 zend_code_block *blocks = cfg->blocks; in zend_rebuild_access_path()
541 if (!cfg->catch[i]->access) { in zend_rebuild_access_path()
642 zend_op **Tsource = cfg->Tsource; in zend_optimize_block()
1231 if (cfg->try[i]->access) { in assemble_code_blocks()
1452 zend_op **Tsource = cfg->Tsource; in zend_jmp_optimization()
1624 same_t = cfg->same_t; in zend_jmp_optimization()
1989 zend_cfg cfg; in optimize_cfg() local
2025 cfg.Tsource = NULL; in optimize_cfg()
2026 cfg.same_t = NULL; in optimize_cfg()
[all …]
/PHP-7.0/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.0/ext/pspell/tests/
H A D003.phpt11 $cfg = pspell_config_create('en', 'british', '', 'iso8859-1');
14 $p = pspell_new_config($cfg);
21 var_dump(pspell_config_ignore($cfg, 2));
22 $p = pspell_new_config($cfg);
26 var_dump(pspell_config_ignore($cfg, PHP_INT_MAX));
H A D004.phpt11 $cfg = pspell_config_create('en', 'british', '', 'iso8859-1');
12 var_dump(pspell_config_mode($cfg, PSPELL_BAD_SPELLERS));
14 var_dump(pspell_config_runtogether($cfg, false));
15 $p = pspell_new_config($cfg);
21 var_dump(pspell_config_runtogether($cfg, true));
22 $p = pspell_new_config($cfg);
25 var_dump(pspell_config_runtogether($cfg, NULL))
H A D005.phpt19 $cfg = pspell_config_create('en');
20 var_dump(pspell_config_personal($cfg, "$wordlist.tmp"));
21 $p = pspell_new_config($cfg);
/PHP-7.0/
H A Drun-tests.php517 $cfg = array(); variable
520 $cfg[$type] = array();
523 $cfg[$type][$file] = false;
610 $cfg['keep'][$file] = true;
668 $cfg['show'][$file] = true;
1211 global $cfg;
1213 if ($cfg['show'][$file]) {
1597 if (!$cfg['keep']['skip']) {
1613 if (!$cfg['keep']['skip']) {
2088 if (!$cfg['keep']['php']) {
[all …]
/PHP-7.0/sapi/fpm/tests/
H A D002.phpt13 $cfg = <<<EOT
25 $fpm = run_fpm($cfg, $tail);
H A D003.phpt16 $cfg = <<<EOT
28 $fpm = run_fpm($cfg, $tail);
H A D004.phpt16 $cfg = <<<EOT
28 $fpm = run_fpm($cfg, $tail);
H A D005.phpt16 $cfg = <<<EOT
29 $fpm = run_fpm($cfg, $tail);
H A D006.phpt16 $cfg = <<<EOT
29 $fpm = run_fpm($cfg, $tail);
H A D007.phpt17 $cfg = <<<EOT
32 $fpm = run_fpm($cfg, $tail);
H A D008.phpt7 $cfg = <<<EOT
17 if (test_fpm_conf($cfg, $msg) == false) {
31 $cfg = <<<EOT
58 $fpm = run_fpm($cfg, $tail);
H A D009.phpt13 $cfg = <<<EOT
27 $fpm = run_fpm($cfg, $tail);
H A D010.phpt19 $cfg = <<<EOT
29 $fpm = run_fpm($cfg, $tail);
H A D011.phpt13 $cfg = <<<EOT
27 $fpm = run_fpm($cfg, $tail);
H A D012.phpt14 $cfg = <<<EOT
29 $fpm = run_fpm($cfg, $tail);
H A D013.phpt13 $cfg = <<<EOT
27 $fpm = run_fpm($cfg, $tail);
H A D014.phpt13 $cfg = <<<EOT
27 $fpm = run_fpm($cfg, $tail);
H A D015.phpt18 $cfg = <<<EOT
42 $fpm = run_fpm($cfg, $tail);
H A D016.phpt7 $cfg = <<<EOT
17 if (test_fpm_conf($cfg, $msg) == false) {
31 $cfg = <<<EOT
56 $fpm = run_fpm($cfg, $tail);
H A D017.phpt14 $cfg = <<<EOT
34 $fpm = run_fpm($cfg, $tail);
H A D019.phpt16 $cfg = <<<EOT
34 $fpm = run_fpm($cfg, $tail, '--prefix '.__DIR__);

Completed in 44 milliseconds

12