Home
last modified time | relevance | path

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

/PHP-8.2/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.2/
H A Drun-tests.php159 $optionals, $pass_option_n, $pass_options,
340 $pass_options = '';
486 $pass_options .= ' -n';
491 $pass_options .= ' -e';
690 $pass_options .= " -c " . escapeshellarg($conf_passed);
692 $pass_options .= " -c '" . realpath($conf_passed) . "'";
841 …global $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_t…
857 $php_info = shell_exec("$php $pass_options $info_params $no_file_cache \"$info_file\"");
861 …$php_info_cgi = shell_exec("$php_cgi $pass_options $info_params $no_file_cache -q \"$info_file\"");
869 …$phpdbg_info = shell_exec("$phpdbg $pass_options $info_params $no_file_cache -qrr \"$info_file\"");

Completed in 19 milliseconds