Home
last modified time | relevance | path

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

/PHP-8.3/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.3/
H A Drun-tests.php157 $optionals, $pass_option_n, $pass_options,
338 $pass_options = '';
485 $pass_options .= ' -n';
490 $pass_options .= ' -e';
695 $pass_options .= " -c " . escapeshellarg($conf_passed);
697 $pass_options .= " -c '" . realpath($conf_passed) . "'";
840 …global $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_t…
857 $php_info = shell_exec("$php_escaped $pass_options $info_params $no_file_cache \"$info_file\"");
862 …$php_info_cgi = shell_exec("$php_cgi_escaped $pass_options $info_params $no_file_cache -q \"$info_…
871 …$phpdbg_info = shell_exec("$phpdbg_escaped $pass_options $info_params $no_file_cache -qrr \"$info_…

Completed in 11 milliseconds