From: Felipe Pena Date: Sun, 10 Nov 2013 00:34:38 +0000 (-0200) Subject: - Declaration first X-Git-Tag: php-5.6.0alpha1~110^2~555 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c7ae5f1a69686eba3acac66f7fe45318befe19d;p=php - Declaration first --- diff --git a/phpdbg.c b/phpdbg.c index ba4da21907..375e4ff8b8 100644 --- a/phpdbg.c +++ b/phpdbg.c @@ -90,13 +90,13 @@ static inline int zend_machine(int argc, char **argv TSRMLS_DC) /* {{{ */ int main(int argc, char **argv) /* {{{ */ { + sapi_module_struct *phpdbg = &phpdbg_sapi_module; #ifdef ZTS void ***tsrm_ls; tsrm_startup(1, 1, 0, NULL); tsrm_ls = ts_resource(0); #endif - sapi_module_struct *phpdbg = &phpdbg_sapi_module; #ifdef PHP_WIN32 _fmode = _O_BINARY; /* sets default for file streams to binary */