Lines Matching refs:phpdbg
160 $pattern_match, $php, $php_cgi, $phpdbg, $preload, $redir_tests,
250 $phpdbg = null;
674 if (!$phpdbg) {
675 $phpdbg = getenv('TEST_PHPDBG_EXECUTABLE');
677 if (!$phpdbg) {
678 $phpdbg = get_binary($php, 'phpdbg', 'sapi/phpdbg/phpdbg');
685 putenv("TEST_PHPDBG_EXECUTABLE=$phpdbg");
686 $environment['TEST_PHPDBG_EXECUTABLE'] = $phpdbg;
841 …global $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_t…
868 if ($phpdbg) {
869 …$phpdbg_info = shell_exec("$phpdbg $pass_options $info_params $no_file_cache -qrr \"$info_file\"");
871 $phpdbg_info = "$php_info_sep\nPHP : $phpdbg $phpdbg_info$php_info_sep";