Lines Matching refs:phpdbg
54 $pattern_match, $php, $php_cgi, $phpdbg, $preload, $redir_tests,
146 $phpdbg = null;
181 $phpdbg = realpath(dirname($php) . "/phpdbg.exe");
183 $phpdbg = realpath(dirname($php) . "/../../sapi/phpdbg/phpdbg");
185 $phpdbg = realpath("./sapi/phpdbg/phpdbg");
187 $phpdbg = realpath(dirname($php) . "/phpdbg");
189 $phpdbg = null;
191 if ($phpdbg) {
192 putenv("TEST_PHPDBG_EXECUTABLE=$phpdbg");
197 $phpdbg = getenv('TEST_PHPDBG_EXECUTABLE');
199 if ($phpdbg == 'auto') {
200 $phpdbg = TEST_PHP_SRCDIR . '/sapi/phpdbg/phpdbg';
201 putenv("TEST_PHPDBG_EXECUTABLE=$phpdbg");
204 $environment['TEST_PHPDBG_EXECUTABLE'] = $phpdbg;
835 …global $php, $php_cgi, $phpdbg, $php_info, $user_tests, $ini_overwrites, $pass_options, $exts_to_t…
862 if ($phpdbg) {
863 $phpdbg_info = `$phpdbg $pass_options $info_params $no_file_cache -qrr "$info_file"`;
865 $phpdbg_info = "$php_info_sep\nPHP : $phpdbg $phpdbg_info$php_info_sep";
1775 $phpdbg = $env['TEST_PHPDBG_EXECUTABLE'];
1964 if (isset($phpdbg)) {
1965 $php = $phpdbg . ' -qIb';