zend_string'ify
[m6w6/ext-psi] / src / types / number.h
index a2dc79201af18d4d6d44ba3cc77dd531c35eddb6..9f3363c6c0f29401c203ba0f92c73d42f88ae540 100644 (file)
@@ -63,7 +63,7 @@ struct psi_number {
        token_t type;
        unsigned flags;
        union {
-               char *numb;
+               zend_string *numb;
                impl_val ival;
                struct psi_const *cnst;
                struct psi_decl_var *dvar;