Home
last modified time | relevance | path

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

12

/PHP-7.0/sapi/fpm/tests/
H A D010.phpt19 $cfg = <<<EOT
29 $fpm = run_fpm($cfg, $tail);
H A D012.phpt14 $cfg = <<<EOT
29 $fpm = run_fpm($cfg, $tail);
H A D019.phpt16 $cfg = <<<EOT
34 $fpm = run_fpm($cfg, $tail, '--prefix '.__DIR__);
H A D015.phpt18 $cfg = <<<EOT
42 $fpm = run_fpm($cfg, $tail);
/PHP-7.0/ext/phar/phar/
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/
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/ext/mbstring/
H A Dconfig.m458 for cfg in $PHP_MBSTRING_EXTRA_CONFIG_HEADERS; do
59 cat > $ext_builddir/$cfg <<EOF

Completed in 20 milliseconds

12