Home
last modified time | relevance | path

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

/PHP-7.2/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.2/
H A Drun-tests.php280 $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"`;
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;
1614 $env['TEST_PHP_EXTRA_ARGS'] = $pass_options . ' ' . $ini_settings;
[all …]

Completed in 13 milliseconds