Lines Matching refs:v
70 #define phpdbg_init_param(v, t) do{ \ argument
71 (v)->type = (t); \
72 (v)->addr = 0; \
73 (v)->num = 0; \
74 (v)->file.name = NULL; \
75 (v)->file.line = 0; \
76 (v)->method.class = NULL; \
77 (v)->method.name = NULL; \
78 (v)->str = NULL; \
79 (v)->len = 0; \
80 (v)->next = NULL; \
81 (v)->top = NULL; \
106 #define PHPDBG_FRAME(v) (PHPDBG_G(frame).v) argument
107 #define PHPDBG_EX(v) (EG(current_execute_data)->v) argument