Lines Matching refs:pass_options
250 …global $cwd, $php, $php_cgi, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_test…
266 $php_info = `$php $pass_options $info_params "$info_file"`;
270 $php_info_cgi = `$php_cgi $pass_options $info_params -q "$info_file"`;
281 $exts_to_test = explode(',',`$php $pass_options $info_params "$info_file"`);
459 $pass_options = ''; variable
594 $pass_options .= ' -n';
782 $pass_options .= " -c " . escapeshellarg($conf_passed);
784 $pass_options .= " -c '$conf_passed'";
1188 global $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx;
1515 …$output = system_with_timeout("$extra $php $pass_options -q $ini_settings -d display_errors=0 \"$t…
1699 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1733 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1745 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1760 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1773 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1782 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" $args 2>&1";
1831 system_with_timeout("$extra $php $pass_options -q $clean_params \"$test_clean\"", $env);