Searched refs:pass_options (Results 1 – 1 of 1) sorted by relevance
263 $php_info = `$php $pass_options $info_params "$info_file"`;267 $php_info_cgi = `$php_cgi $pass_options $info_params -q "$info_file"`;278 $exts_to_test = explode(',',`$php $pass_options $info_params "$info_file"`);453 $pass_options = ''; variable588 $pass_options .= ' -n';760 $pass_options .= " -c " . escapeshellarg($conf_passed);762 $pass_options .= " -c '$conf_passed'";1167 global $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx;1663 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";1697 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";[all …]
Completed in 8 milliseconds