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

#include <phpdbg_bp.h>

Public Member Functions

 phpdbg_breakbase (func_name)
 

Data Fields

size_t func_len
 
const char * class_name
 
size_t class_len
 
zend_ulong opline_num
 
zend_ulong opline
 

Detailed Description

Breakpoint opline num based representation

Definition at line 80 of file phpdbg_bp.h.

Member Function Documentation

◆ phpdbg_breakbase()

_phpdbg_breakopline_t::phpdbg_breakbase ( func_name )

Field Documentation

◆ class_len

size_t _phpdbg_breakopline_t::class_len

Definition at line 84 of file phpdbg_bp.h.

◆ class_name

const char* _phpdbg_breakopline_t::class_name

Definition at line 83 of file phpdbg_bp.h.

◆ func_len

size_t _phpdbg_breakopline_t::func_len

Definition at line 82 of file phpdbg_bp.h.

◆ opline

zend_ulong _phpdbg_breakopline_t::opline

Definition at line 86 of file phpdbg_bp.h.

◆ opline_num

zend_ulong _phpdbg_breakopline_t::opline_num

Definition at line 85 of file phpdbg_bp.h.


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