Home
last modified time | relevance | path

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

/PHP-7.3/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.3/
H A Drun-tests.php290 $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"`;
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;
1603 $env['TEST_PHP_EXTRA_ARGS'] = $pass_options . ' ' . $ini_settings;
[all …]

Completed in 10 milliseconds