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

#include <phpdbg_bp.h>

Public Member Functions

 phpdbg_breakbase (class_name)
 

Data Fields

size_t class_len
 
const char * func_name
 
size_t func_len
 

Detailed Description

Breakpoint method based representation

Definition at line 70 of file phpdbg_bp.h.

Member Function Documentation

◆ phpdbg_breakbase()

_phpdbg_breakmethod_t::phpdbg_breakbase ( class_name )

Field Documentation

◆ class_len

size_t _phpdbg_breakmethod_t::class_len

Definition at line 72 of file phpdbg_bp.h.

◆ func_len

size_t _phpdbg_breakmethod_t::func_len

Definition at line 74 of file phpdbg_bp.h.

◆ func_name

const char* _phpdbg_breakmethod_t::func_name

Definition at line 73 of file phpdbg_bp.h.


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