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

#include <phpdbg_watch.h>

Data Fields

union { 
 
   zval *   zv 
 
   zend_refcounted *   ref 
 
   Bucket *   bucket 
 
   void *   ptr 
 
addr 
 
size_t size
 
phpdbg_watchtype type
 
HashTable elements
 
phpdbg_watch_collisioncoll
 
union { 
 
   zval   zv 
 
   Bucket   bucket 
 
   zend_refcounted   ref 
 
   HashTable   ht 
 
   zend_string *   str 
 
backup 
 

Detailed Description

Definition at line 62 of file phpdbg_watch.h.

Field Documentation

◆ [union]

union { ... } _phpdbg_watchpoint_t::addr

◆ [union]

union { ... } _phpdbg_watchpoint_t::backup

◆ bucket [1/2]

Bucket* _phpdbg_watchpoint_t::bucket

Definition at line 66 of file phpdbg_watch.h.

◆ bucket [2/2]

Bucket _phpdbg_watchpoint_t::bucket

Definition at line 76 of file phpdbg_watch.h.

◆ coll

phpdbg_watch_collision* _phpdbg_watchpoint_t::coll

Definition at line 73 of file phpdbg_watch.h.

◆ elements

HashTable _phpdbg_watchpoint_t::elements

Definition at line 72 of file phpdbg_watch.h.

◆ ht

HashTable _phpdbg_watchpoint_t::ht

Definition at line 78 of file phpdbg_watch.h.

◆ ptr

void* _phpdbg_watchpoint_t::ptr

Definition at line 67 of file phpdbg_watch.h.

◆ ref [1/2]

zend_refcounted * _phpdbg_watchpoint_t::ref

Definition at line 65 of file phpdbg_watch.h.

◆ ref [2/2]

zend_refcounted _phpdbg_watchpoint_t::ref

Definition at line 77 of file phpdbg_watch.h.

◆ size

size_t _phpdbg_watchpoint_t::size

Definition at line 69 of file phpdbg_watch.h.

◆ str

zend_string* _phpdbg_watchpoint_t::str

Definition at line 79 of file phpdbg_watch.h.

◆ type

phpdbg_watchtype _phpdbg_watchpoint_t::type

Definition at line 70 of file phpdbg_watch.h.

◆ zv [1/2]

zval* _phpdbg_watchpoint_t::zv

Definition at line 64 of file phpdbg_watch.h.

◆ zv [2/2]

zval _phpdbg_watchpoint_t::zv

Definition at line 75 of file phpdbg_watch.h.


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