mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fixed typo
This commit is contained in:
parent
9ded1b4edb
commit
565ce0d41d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
fprintf(stderr, " ; level=%d\n", b->level);
|
||||||
}
|
}
|
||||||
if (b->loop_header >= 0) {
|
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) {
|
if (b->children >= 0) {
|
||||||
int j = b->children;
|
int j = b->children;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue