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"…
290 $php_info = `$php $pass_options $info_params $no_file_cache "$info_file"`;294 $php_info_cgi = `$php_cgi $pass_options $info_params $no_file_cache -q "$info_file"`;302 $phpdbg_info = `$phpdbg $pass_options $info_params $no_file_cache -qrr "$info_file"`;498 $pass_options = ''; variable620 $pass_options .= ' -n';625 $pass_options .= ' -e';819 $pass_options .= " -c " . escapeshellarg($conf_passed);821 $pass_options .= " -c '" . realpath($conf_passed) . "'";1254 global $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx;1603 $env['TEST_PHP_EXTRA_ARGS'] = $pass_options . ' ' . $ini_settings;[all …]
Completed in 10 milliseconds