more verbose context ops
[m6w6/ext-psi] / src / types / decl.h
index 08380b1d09cf883a93d5ee35fa06fb2e8f1342e7..c859daf2b1d48a4ee69414fefd94cb14cc3e24d1 100644 (file)
@@ -38,6 +38,7 @@ struct psi_decl {
        zend_string *redir;
        void *sym;
        void *info;
+       void *type;
        unsigned varargs:1;
        unsigned extvar:1;
 };