From: Dmitry Stogov Date: Wed, 19 Oct 2016 22:17:40 +0000 (+0300) Subject: Fixed typo X-Git-Tag: php-7.1.0RC5~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=565ce0d41d6e09f23a4fe062a5a0f0caf3ea727a;p=php Fixed typo --- diff --git a/ext/opcache/Optimizer/zend_dump.c b/ext/opcache/Optimizer/zend_dump.c index ed9b6a59d9..cd07309df8 100644 --- a/ext/opcache/Optimizer/zend_dump.c +++ b/ext/opcache/Optimizer/zend_dump.c @@ -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;