|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <phpdbg_watch.h>
Data Fields | ||
| uint32_t | id | |
| phpdbg_watchpoint_t * | watch | |
| char | flags | |
| struct _phpdbg_watch_element * | child | |
| struct _phpdbg_watch_element * | parent | |
| HashTable | child_container | |
| HashTable * | parent_container | |
| zend_string * | name_in_parent | |
| zend_string * | str | |
| union { | ||
| zval zv | ||
| zend_refcounted ref | ||
| HashTable ht | ||
| } | backup | |
Definition at line 89 of file phpdbg_watch.h.
| union { ... } _phpdbg_watch_element::backup |
| struct _phpdbg_watch_element* _phpdbg_watch_element::child |
Definition at line 93 of file phpdbg_watch.h.
| HashTable _phpdbg_watch_element::child_container |
Definition at line 95 of file phpdbg_watch.h.
| char _phpdbg_watch_element::flags |
Definition at line 92 of file phpdbg_watch.h.
| HashTable _phpdbg_watch_element::ht |
Definition at line 102 of file phpdbg_watch.h.
| uint32_t _phpdbg_watch_element::id |
Definition at line 90 of file phpdbg_watch.h.
| zend_string* _phpdbg_watch_element::name_in_parent |
Definition at line 97 of file phpdbg_watch.h.
| struct _phpdbg_watch_element* _phpdbg_watch_element::parent |
Definition at line 94 of file phpdbg_watch.h.
| HashTable* _phpdbg_watch_element::parent_container |
Definition at line 96 of file phpdbg_watch.h.
| zend_refcounted _phpdbg_watch_element::ref |
Definition at line 101 of file phpdbg_watch.h.
| zend_string* _phpdbg_watch_element::str |
Definition at line 98 of file phpdbg_watch.h.
| phpdbg_watchpoint_t* _phpdbg_watch_element::watch |
Definition at line 91 of file phpdbg_watch.h.
| zval _phpdbg_watch_element::zv |
Definition at line 100 of file phpdbg_watch.h.