Lines Matching refs:phpdbg
157 $pattern_match, $php, $php_cgi, $phpdbg, $preload, $redir_tests,
247 $phpdbg = null;
675 if (!$phpdbg) {
676 $phpdbg = getenv('TEST_PHPDBG_EXECUTABLE');
678 if (!$phpdbg) {
679 $phpdbg = get_binary($php, 'phpdbg', 'sapi/phpdbg/phpdbg');
686 putenv("TEST_PHPDBG_EXECUTABLE=$phpdbg");
687 $environment['TEST_PHPDBG_EXECUTABLE'] = $phpdbg;
842 …global $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_t…
869 if ($phpdbg) {
870 $phpdbg_info = `$phpdbg $pass_options $info_params $no_file_cache -qrr "$info_file"`;
872 $phpdbg_info = "$php_info_sep\nPHP : $phpdbg $phpdbg_info$php_info_sep";