|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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_collision * | coll | |
| union { | ||
| zval zv | ||
| Bucket bucket | ||
| zend_refcounted ref | ||
| HashTable ht | ||
| zend_string * str | ||
| } | backup | |
Definition at line 62 of file phpdbg_watch.h.
| union { ... } _phpdbg_watchpoint_t::addr |
| union { ... } _phpdbg_watchpoint_t::backup |
| Bucket* _phpdbg_watchpoint_t::bucket |
Definition at line 66 of file phpdbg_watch.h.
| Bucket _phpdbg_watchpoint_t::bucket |
Definition at line 76 of file phpdbg_watch.h.
| phpdbg_watch_collision* _phpdbg_watchpoint_t::coll |
Definition at line 73 of file phpdbg_watch.h.
| HashTable _phpdbg_watchpoint_t::elements |
Definition at line 72 of file phpdbg_watch.h.
| HashTable _phpdbg_watchpoint_t::ht |
Definition at line 78 of file phpdbg_watch.h.
| void* _phpdbg_watchpoint_t::ptr |
Definition at line 67 of file phpdbg_watch.h.
| zend_refcounted * _phpdbg_watchpoint_t::ref |
Definition at line 65 of file phpdbg_watch.h.
| zend_refcounted _phpdbg_watchpoint_t::ref |
Definition at line 77 of file phpdbg_watch.h.
| size_t _phpdbg_watchpoint_t::size |
Definition at line 69 of file phpdbg_watch.h.
| zend_string* _phpdbg_watchpoint_t::str |
Definition at line 79 of file phpdbg_watch.h.
| phpdbg_watchtype _phpdbg_watchpoint_t::type |
Definition at line 70 of file phpdbg_watch.h.
| zval* _phpdbg_watchpoint_t::zv |
Definition at line 64 of file phpdbg_watch.h.
| zval _phpdbg_watchpoint_t::zv |
Definition at line 75 of file phpdbg_watch.h.