Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dcreate-test.php28 $pass_options = ' -qbI -n -d "error_reporting=32767" -d "display_errors=1" -d "display_startup_erro… variable
41 $pass_options .= " -n";
44 $pass_options .= " -d ".escapeshellarg($argv[++$i]);
61 $proc = proc_open("$phpdbg $pass_options $file -- $cmdargv", [["pipe", "r"], ["pipe", "w"], ["pipe"…
/PHP-8.1/
H A Drun-tests.php156 $optionals, $output_file, $pass_option_n, $pass_options,
340 $pass_options = '';
487 $pass_options .= ' -n';
492 $pass_options .= ' -e';
691 $pass_options .= " -c " . escapeshellarg($conf_passed);
693 $pass_options .= " -c '" . realpath($conf_passed) . "'";
842 …global $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_t…
858 $php_info = `$php $pass_options $info_params $no_file_cache "$info_file"`;
862 $php_info_cgi = `$php_cgi $pass_options $info_params $no_file_cache -q "$info_file"`;
870 $phpdbg_info = `$phpdbg $pass_options $info_params $no_file_cache -qrr "$info_file"`;

Completed in 14 milliseconds