]> granicus.if.org Git - php/commitdiff
- CS
authorFelipe Pena <felipensp@gmail.com>
Sun, 8 Dec 2013 18:48:20 +0000 (16:48 -0200)
committerFelipe Pena <felipensp@gmail.com>
Sun, 8 Dec 2013 18:48:20 +0000 (16:48 -0200)
phpdbg_frame.c

index c35a4f96f1610140e1c7820f0c1f1d9553c90012..1037265c05d0c0719b7df1e7c8e97f45cd0a0242 100644 (file)
@@ -169,7 +169,8 @@ void phpdbg_dump_backtrace(size_t num TSRMLS_DC) /* {{{ */
 
                phpdbg_write("frame #%d: ", i++);
 
-               if (zend_hash_get_current_data_ex(Z_ARRVAL(zbacktrace), (void**)&tmp, &position) == FAILURE) {
+               if (zend_hash_get_current_data_ex(Z_ARRVAL(zbacktrace),
+                       (void**)&tmp, &position) == FAILURE) {
                        phpdbg_write("{main} at %s:%ld", Z_STRVAL_PP(file), Z_LVAL_PP(line));
                        break;
                }