Lines Matching refs:pass_options

53            $optionals, $output_file, $pass_option_n, $pass_options,
292 $pass_options = '';
431 $pass_options .= ' -n';
436 $pass_options .= ' -e';
664 $pass_options .= " -c " . escapeshellarg($conf_passed);
666 $pass_options .= " -c '" . realpath($conf_passed) . "'";
835 …global $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_t…
851 $php_info = `$php $pass_options $info_params $no_file_cache "$info_file"`;
855 $php_info_cgi = `$php_cgi $pass_options $info_params $no_file_cache -q "$info_file"`;
863 $phpdbg_info = `$phpdbg $pass_options $info_params $no_file_cache -qrr "$info_file"`;
878 $exts_to_test = explode(',', `$php $pass_options $info_params $no_file_cache "$info_file"`);
1758 global $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx;
2090 …$ext_dir = `$php $pass_options $extra_options $ext_params -d display_errors=0 -r "echo ini_get('ex…
2092 …$loaded = explode(",", `$php $pass_options $extra_options $ext_params -d display_errors=0 -r "echo…
2121 $env['TEST_PHP_EXTRA_ARGS'] = $pass_options . ' ' . $ini_settings;
2142 …$output = system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_…
2306 $local_pass_options = $pass_options;
2307 unset($pass_options);
2308 $pass_options = $local_pass_options;
2309 $pass_options .= " -d opcache.preload=" . $preload_filename;
2344 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
2378 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
2395 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
2410 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
2423 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
2431 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" $args$cmdRedirect";
2481 …system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_file_cache…