]> granicus.if.org Git - php/commitdiff
Fixed typo
authorDmitry Stogov <dmitry@zend.com>
Wed, 19 Oct 2016 22:17:40 +0000 (01:17 +0300)
committerDmitry Stogov <dmitry@zend.com>
Wed, 19 Oct 2016 22:17:40 +0000 (01:17 +0300)
ext/opcache/Optimizer/zend_dump.c

index ed9b6a59d98d11894e815a583a9c4d2ae14ab77a..cd07309df80eed73a57d68484313f40e6918a016 100644 (file)
@@ -735,7 +735,7 @@ static void zend_dump_block_info(const zend_cfg *cfg, int n, uint32_t dump_flags
                fprintf(stderr, "    ; level=%d\n", b->level);
        }
        if (b->loop_header >= 0) {
-               fprintf(stderr, "    ; loop_header=%d\n", b->level);
+               fprintf(stderr, "    ; loop_header=%d\n", b->loop_header);
        }
        if (b->children >= 0) {
                int j = b->children;