Lines Matching refs:pass_options

145            $optionals, $output_file, $pass_option_n, $pass_options,
384 $pass_options = '';
529 $pass_options .= ' -n';
534 $pass_options .= ' -e';
703 $pass_options .= " -c " . escapeshellarg($conf_passed);
705 $pass_options .= " -c '" . realpath($conf_passed) . "'";
851 …global $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_t…
867 $php_info = `$php $pass_options $info_params $no_file_cache "$info_file"`;
871 $php_info_cgi = `$php_cgi $pass_options $info_params $no_file_cache -q "$info_file"`;
879 $phpdbg_info = `$phpdbg $pass_options $info_params $no_file_cache -qrr "$info_file"`;
894 $exts_to_test = explode(',', `$php $pass_options $info_params $no_file_cache "$info_file"`);
1826 global $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx;
2156 …$ext_dir = `$php $pass_options $extra_options $ext_params $no_file_cache -d display_errors=0 -r "e…
2158 …$loaded = explode(",", `$php $pass_options $extra_options $ext_params $no_file_cache -d display_er…
2202 $env['TEST_PHP_EXTRA_ARGS'] = $pass_options . ' ' . $ini_settings;
2222 …$output = system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_…
2386 $local_pass_options = $pass_options;
2387 unset($pass_options);
2388 $pass_options = $local_pass_options;
2389 $pass_options .= " -d opcache.preload=" . $preload_filename;
2422 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
2453 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
2468 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
2481 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
2493 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
2499 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" $args$cmdRedirect";
2550 …system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_file_cache…