Searched refs:pass_options (Results 1 – 1 of 1) sorted by relevance
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 = ''; variable594 $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;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\"";[all …]
Completed in 8 milliseconds