Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dcreate-test.php30 $pass_options = ' -qbI -n -d "error_reporting=32767" -d "display_errors=1" -d "display_startup_erro… variable
43 $pass_options .= " -n";
46 $pass_options .= " -d ".escapeshellarg($argv[++$i]);
63 $proc = proc_open("$phpdbg $pass_options $file -- $cmdargv", [["pipe", "r"], ["pipe", "w"], ["pipe"…
/PHP-7.0/
H A Drun-tests.php295 $php_info = `$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;
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 13 milliseconds