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

#include <phpdbg.h>

Data Fields

phpdbg_oplog_entrynext
 
zend_stringfunction_name
 
zend_class_entryscope
 
zend_stringfilename
 
zend_opopcodes
 
zend_opop
 

Detailed Description

Definition at line 213 of file phpdbg.h.

Field Documentation

◆ filename

zend_string* _phpdbg_oplog_entry::filename

Definition at line 217 of file phpdbg.h.

◆ function_name

zend_string* _phpdbg_oplog_entry::function_name

Definition at line 215 of file phpdbg.h.

◆ next

phpdbg_oplog_entry* _phpdbg_oplog_entry::next

Definition at line 214 of file phpdbg.h.

◆ op

zend_op* _phpdbg_oplog_entry::op

Definition at line 219 of file phpdbg.h.

◆ opcodes

zend_op* _phpdbg_oplog_entry::opcodes

Definition at line 218 of file phpdbg.h.

◆ scope

zend_class_entry* _phpdbg_oplog_entry::scope

Definition at line 216 of file phpdbg.h.


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