Lines Matching refs:pass_options
274 …global $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_t…
290 $php_info = `$php $pass_options $info_params $no_file_cache "$info_file"`;
294 $php_info_cgi = `$php_cgi $pass_options $info_params $no_file_cache -q "$info_file"`;
302 $phpdbg_info = `$phpdbg $pass_options $info_params $no_file_cache -qrr "$info_file"`;
316 $exts_to_test = explode(',',`$php $pass_options $info_params $no_file_cache "$info_file"`);
498 $pass_options = ''; variable
620 $pass_options .= ' -n';
625 $pass_options .= ' -e';
819 $pass_options .= " -c " . escapeshellarg($conf_passed);
821 $pass_options .= " -c '" . realpath($conf_passed) . "'";
1254 global $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx;
1574 $ext_dir=`$php $pass_options $ext_params -d display_errors=0 -r "echo ini_get('extension_dir');"`;
1576 …$loaded = explode(",", `$php $pass_options $ext_params -d display_errors=0 -r "echo implode(',', g…
1603 $env['TEST_PHP_EXTRA_ARGS'] = $pass_options . ' ' . $ini_settings;
1627 …$output = system_with_timeout("$extra $php $pass_options -q $ini_settings $no_file_cache -d displa…
1822 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
1856 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
1873 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
1888 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
1901 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
1909 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" $args$cmdRedirect";
1965 …system_with_timeout("$extra $php $pass_options -q $clean_params $no_file_cache \"$test_clean\"", $…