Searched refs:pass_options (Results 1 – 2 of 2) sorted by relevance
30 $pass_options = ' -qbI -n -d "error_reporting=32767" -d "display_errors=1" -d "display_startup_erro… variable43 $pass_options .= " -n";46 $pass_options .= " -d ".escapeshellarg($argv[++$i]);63 $proc = proc_open("$phpdbg $pass_options $file -- $cmdargv", [["pipe", "r"], ["pipe", "w"], ["pipe"…
53 $optionals, $output_file, $pass_option_n, $pass_options,292 $pass_options = '';431 $pass_options .= ' -n';436 $pass_options .= ' -e';664 $pass_options .= " -c " . escapeshellarg($conf_passed);666 $pass_options .= " -c '" . realpath($conf_passed) . "'";2121 $env['TEST_PHP_EXTRA_ARGS'] = $pass_options . ' ' . $ini_settings;2306 $local_pass_options = $pass_options;2307 unset($pass_options);2308 $pass_options = $local_pass_options;[all …]
Completed in 14 milliseconds