Searched refs:pass_options (Results 1 – 2 of 2) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | create-test.php | 28 $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-src/ |
H A D | run-tests.php | 153 $pass_options, $php, $php_cgi, $preload, 330 $pass_options = ''; 474 $pass_options .= ' -n'; 479 $pass_options .= ' -e'; 678 $pass_options .= " -c " . escapeshellarg($conf_passed); 680 $pass_options .= " -c '" . realpath($conf_passed) . "'"; 802 …global $php, $php_cgi, $php_info, $ini_overwrites, $pass_options, $exts_to_test, $valgrind, $no_fi… 819 $php_info = shell_exec("$php_escaped $pass_options $info_params $no_file_cache \"$info_file\""); 824 …$php_info_cgi = shell_exec("$php_cgi_escaped $pass_options $info_params $no_file_cache -q \"$info_… 833 …$phpdbg_info = shell_exec("$phpdbg_escaped $pass_options $info_params $no_file_cache -qrr \"$info_…
|
Completed in 15 milliseconds