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

#include <zend_compile.h>

Data Fields

int start
 
int cont
 
int brk
 
int parent
 
bool is_switch
 

Detailed Description

Definition at line 159 of file zend_compile.h.

Field Documentation

◆ brk

int _zend_brk_cont_element::brk

Definition at line 162 of file zend_compile.h.

◆ cont

int _zend_brk_cont_element::cont

Definition at line 161 of file zend_compile.h.

◆ is_switch

bool _zend_brk_cont_element::is_switch

Definition at line 164 of file zend_compile.h.

◆ parent

int _zend_brk_cont_element::parent

Definition at line 163 of file zend_compile.h.

◆ start

int _zend_brk_cont_element::start

Definition at line 160 of file zend_compile.h.


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