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

#include <zend.h>

Data Fields

int type
 
uint32_t lineno
 
zend_stringfilename
 
zend_stringmessage
 

Detailed Description

Definition at line 129 of file zend.h.

Field Documentation

◆ filename

zend_string* _zend_error_info::filename

Definition at line 132 of file zend.h.

◆ lineno

uint32_t _zend_error_info::lineno

Definition at line 131 of file zend.h.

◆ message

zend_string* _zend_error_info::message

Definition at line 133 of file zend.h.

◆ type

int _zend_error_info::type

Definition at line 130 of file zend.h.


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