]> granicus.if.org Git - php/commitdiff
fix c89 compat
authorAnatol Belski <ab@php.net>
Wed, 25 Dec 2013 22:43:20 +0000 (23:43 +0100)
committerAnatol Belski <ab@php.net>
Wed, 25 Dec 2013 22:43:20 +0000 (23:43 +0100)
phpdbg.c

index d025294f1fe1b6c09cbda996a23d7ec5c30213e9..fd15f8098484a47206cb396c35dcac997d3405a7 100644 (file)
--- a/phpdbg.c
+++ b/phpdbg.c
@@ -137,9 +137,8 @@ static void php_phpdbg_destroy_bp_condition(void *data) /* {{{ */
 
 static void php_phpdbg_destroy_registered(void *data) /* {{{ */
 {
-       TSRMLS_FETCH();
-
        zend_function *function = (zend_function*) data;
+       TSRMLS_FETCH();
 
        destroy_zend_function(
                function TSRMLS_CC);