Home
last modified time | relevance | path

Searched refs:pass_options (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/
H A Drun-tests.php264 $php_info = `$php $pass_options $info_params "$info_file"`;
268 $php_info_cgi = `$php_cgi $pass_options $info_params -q "$info_file"`;
279 $exts_to_test = explode(',',`$php $pass_options $info_params "$info_file"`);
454 $pass_options = ''; variable
589 $pass_options .= ' -n';
777 $pass_options .= " -c " . escapeshellarg($conf_passed);
779 $pass_options .= " -c '$conf_passed'";
1185 global $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx;
1692 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1726 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
[all …]

Completed in 18 milliseconds