Home
last modified time | relevance | path

Searched defs:_phpdbg_watchpoint_t (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.h62 struct _phpdbg_watchpoint_t { struct
63 union {
67 } addr;
68 size_t size;
69 phpdbg_watchtype type;
70 char flags;
71 unsigned int implicit_ht_count;
72 phpdbg_watchpoint_t *parent;
74 HashTable *parent_container;
75 zend_string *name_in_parent;
[all …]

Completed in 4 milliseconds