Lines Matching refs:zend_ulong
45 zend_ulong hits; \
87 zend_ulong opline_num;
88 zend_ulong opline;
96 zend_ulong opline;
105 zend_ulong hash;
116 zend_ulong hash;
133 PHPDBG_API void phpdbg_set_breakpoint_opline(zend_ulong opline);
135 …void phpdbg_set_breakpoint_method_opline(const char *class, const char *method, zend_ulong opline);
136 PHPDBG_API void phpdbg_set_breakpoint_function_opline(const char *function, zend_ulong opline);
137 PHPDBG_API void phpdbg_set_breakpoint_file_opline(const char *file, zend_ulong opline);
146 PHPDBG_API void phpdbg_print_breakpoints(zend_ulong type);
150 PHPDBG_API void phpdbg_delete_breakpoint(zend_ulong num);
152 PHPDBG_API void phpdbg_enable_breakpoint(zend_ulong id);
153 PHPDBG_API void phpdbg_disable_breakpoint(zend_ulong id);
157 PHPDBG_API phpdbg_breakbase_t *phpdbg_find_breakbase(zend_ulong id);
158 …PDBG_API phpdbg_breakbase_t *phpdbg_find_breakbase_ex(zend_ulong id, HashTable **table, zend_ulong…