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

#include <phpdbg_bp.h>

Public Member Functions

 phpdbg_breakbase (code)
 

Data Fields

size_t code_len
 
bool paramed
 
phpdbg_param_t param
 
zend_ulong hash
 
zend_op_arrayops
 

Detailed Description

Breakpoint condition based representation

Definition at line 109 of file phpdbg_bp.h.

Member Function Documentation

◆ phpdbg_breakbase()

_phpdbg_breakcond_t::phpdbg_breakbase ( code )

Field Documentation

◆ code_len

size_t _phpdbg_breakcond_t::code_len

Definition at line 111 of file phpdbg_bp.h.

◆ hash

zend_ulong _phpdbg_breakcond_t::hash

Definition at line 114 of file phpdbg_bp.h.

◆ ops

zend_op_array* _phpdbg_breakcond_t::ops

Definition at line 115 of file phpdbg_bp.h.

◆ param

phpdbg_param_t _phpdbg_breakcond_t::param

Definition at line 113 of file phpdbg_bp.h.

◆ paramed

bool _phpdbg_breakcond_t::paramed

Definition at line 112 of file phpdbg_bp.h.


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