Lines Matching refs:pass_options

279 …global $cwd, $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $ext…
295 $php_info = `$php $pass_options $info_params $no_file_cache "$info_file"`;
299 $php_info_cgi = `$php_cgi $pass_options $info_params $no_file_cache -q "$info_file"`;
307 $phpdbg_info = `$phpdbg $pass_options $info_params $no_file_cache -qrr "$info_file"`;
318 $exts_to_test = explode(',',`$php $pass_options $info_params $no_file_cache "$info_file"`);
496 $pass_options = ''; variable
631 $pass_options .= ' -n';
636 $pass_options .= ' -e';
822 $pass_options .= " -c " . escapeshellarg($conf_passed);
824 $pass_options .= " -c '$conf_passed'";
1231 global $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx;
1541 $ext_dir=`$php $pass_options $ext_params -d display_errors=0 -r "echo ini_get('extension_dir');"`;
1543 …$loaded = explode(",", `$php $pass_options $ext_params -d display_errors=0 -r "echo implode(',', g…
1593 …$output = system_with_timeout("$extra $php $pass_options -q $ini_settings $no_file_cache -d displa…
1787 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1821 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1838 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1853 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1866 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" 2>&1 < \"$tmp_post\"";
1874 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" $args 2>&1";
1926 …system_with_timeout("$extra $php $pass_options -q $clean_params $no_file_cache \"$test_clean\"", $…