php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
BlockCnt Struct Reference

Data Fields

struct BlockCntprevious
 
int breaklist
 
lu_byte nactvar
 
lu_byte upval
 
lu_byte isbreakable
 

Detailed Description

Definition at line 3659 of file minilua.c.

Field Documentation

◆ breaklist

int BlockCnt::breaklist

Definition at line 3661 of file minilua.c.

◆ isbreakable

lu_byte BlockCnt::isbreakable

Definition at line 3664 of file minilua.c.

◆ nactvar

lu_byte BlockCnt::nactvar

Definition at line 3662 of file minilua.c.

◆ previous

struct BlockCnt* BlockCnt::previous

Definition at line 3660 of file minilua.c.

◆ upval

lu_byte BlockCnt::upval

Definition at line 3663 of file minilua.c.


The documentation for this struct was generated from the following file: