Lines Matching refs:pass_options

264 …global $cwd, $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $ext…
280 $php_info = `$php $pass_options $info_params $no_file_cache "$info_file"`;
284 $php_info_cgi = `$php_cgi $pass_options $info_params $no_file_cache -q "$info_file"`;
292 $phpdbg_info = `$phpdbg $pass_options $info_params $no_file_cache -qrr "$info_file"`;
306 $exts_to_test = explode(',',`$php $pass_options $info_params $no_file_cache "$info_file"`);
488 $pass_options = ''; variable
622 $pass_options .= ' -n';
627 $pass_options .= ' -e';
821 $pass_options .= " -c " . escapeshellarg($conf_passed);
823 $pass_options .= " -c '" . realpath($conf_passed) . "'";
1259 global $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx;
1585 $ext_dir=`$php $pass_options $ext_params -d display_errors=0 -r "echo ini_get('extension_dir');"`;
1587 …$loaded = explode(",", `$php $pass_options $ext_params -d display_errors=0 -r "echo implode(',', g…
1614 $env['TEST_PHP_EXTRA_ARGS'] = $pass_options . ' ' . $ini_settings;
1638 …$output = system_with_timeout("$extra $php $pass_options -q $ini_settings $no_file_cache -d displa…
1833 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
1867 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
1884 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
1899 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
1912 $cmd = "$php $pass_options $ini_settings -f \"$test_file\"$cmdRedirect < \"$tmp_post\"";
1920 $cmd = "$php $pass_options $ini_settings -f \"$test_file\" $args$cmdRedirect";
1988 …system_with_timeout("$extra $php $pass_options -q $clean_params $no_file_cache \"$test_clean\"", $…