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

#include <zend_compile.h>

Data Fields

uint32_t try_op
 
uint32_t catch_op
 
uint32_t finally_op
 
uint32_t finally_end
 

Detailed Description

Definition at line 172 of file zend_compile.h.

Field Documentation

◆ catch_op

uint32_t _zend_try_catch_element::catch_op

Definition at line 174 of file zend_compile.h.

◆ finally_end

uint32_t _zend_try_catch_element::finally_end

Definition at line 176 of file zend_compile.h.

◆ finally_op

uint32_t _zend_try_catch_element::finally_op

Definition at line 175 of file zend_compile.h.

◆ try_op

uint32_t _zend_try_catch_element::try_op

Definition at line 173 of file zend_compile.h.


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