Searched refs:pass_options (Results 1 – 2 of 2) sorted by relevance
30 $pass_options = ' -qbI -n -d "error_reporting=32767" -d "display_errors=1" -d "display_startup_erro… variable43 $pass_options .= " -n";46 $pass_options .= " -d ".escapeshellarg($argv[++$i]);63 $proc = proc_open("$phpdbg $pass_options $file -- $cmdargv", [["pipe", "r"], ["pipe", "w"], ["pipe"…
295 $php_info = `$php $pass_options $info_params $no_file_cache "$info_file"`;496 $pass_options = ''; variable631 $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;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\"";[all …]
Completed in 11 milliseconds