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

#include <phpdbg_watch.h>

Data Fields

uint32_t id
 
phpdbg_watchpoint_twatch
 
char flags
 
struct _phpdbg_watch_elementchild
 
struct _phpdbg_watch_elementparent
 
HashTable child_container
 
HashTableparent_container
 
zend_stringname_in_parent
 
zend_stringstr
 
union { 
 
   zval   zv 
 
   zend_refcounted   ref 
 
   HashTable   ht 
 
backup 
 

Detailed Description

Definition at line 89 of file phpdbg_watch.h.

Field Documentation

◆ [union]

union { ... } _phpdbg_watch_element::backup

◆ child

struct _phpdbg_watch_element* _phpdbg_watch_element::child

Definition at line 93 of file phpdbg_watch.h.

◆ child_container

HashTable _phpdbg_watch_element::child_container

Definition at line 95 of file phpdbg_watch.h.

◆ flags

char _phpdbg_watch_element::flags

Definition at line 92 of file phpdbg_watch.h.

◆ ht

HashTable _phpdbg_watch_element::ht

Definition at line 102 of file phpdbg_watch.h.

◆ id

uint32_t _phpdbg_watch_element::id

Definition at line 90 of file phpdbg_watch.h.

◆ name_in_parent

zend_string* _phpdbg_watch_element::name_in_parent

Definition at line 97 of file phpdbg_watch.h.

◆ parent

struct _phpdbg_watch_element* _phpdbg_watch_element::parent

Definition at line 94 of file phpdbg_watch.h.

◆ parent_container

HashTable* _phpdbg_watch_element::parent_container

Definition at line 96 of file phpdbg_watch.h.

◆ ref

zend_refcounted _phpdbg_watch_element::ref

Definition at line 101 of file phpdbg_watch.h.

◆ str

zend_string* _phpdbg_watch_element::str

Definition at line 98 of file phpdbg_watch.h.

◆ watch

phpdbg_watchpoint_t* _phpdbg_watch_element::watch

Definition at line 91 of file phpdbg_watch.h.

◆ zv

zval _phpdbg_watch_element::zv

Definition at line 100 of file phpdbg_watch.h.


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