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;
1511 …$output = system_with_timeout("$extra $php $pass_options -q $ini_settings -d display_errors=0 \"$t…
1695 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1729 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1741 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1756 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1769 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1778 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" $args 2>&1";
1827 system_with_timeout("$extra $php $pass_options -q $clean_params \"$test_clean\"", $env);