Searched refs:pass_options (Results 1 – 2 of 2) sorted by relevance
28 $pass_options = ' -qbI -n -d "error_reporting=32767" -d "display_errors=1" -d "display_startup_erro… variable41 $pass_options .= " -n";44 $pass_options .= " -d ".escapeshellarg($argv[++$i]);61 $proc = proc_open("$phpdbg $pass_options $file -- $cmdargv", [["pipe", "r"], ["pipe", "w"], ["pipe"…
145 $optionals, $output_file, $pass_option_n, $pass_options,384 $pass_options = '';529 $pass_options .= ' -n';534 $pass_options .= ' -e';703 $pass_options .= " -c " . escapeshellarg($conf_passed);705 $pass_options .= " -c '" . realpath($conf_passed) . "'";2202 $env['TEST_PHP_EXTRA_ARGS'] = $pass_options . ' ' . $ini_settings;2386 $local_pass_options = $pass_options;2387 unset($pass_options);2388 $pass_options = $local_pass_options;[all …]
Completed in 24 milliseconds