X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ferror.c;h=486867bbfb1364338522a9dae218598b077c5c59;hp=c92b847e3530859083ce001bcb6f24237de36db0;hb=b0fdc1f1b8ae5ec4d3f47741b523fa6a60ae32bb;hpb=9bcb1df0786a8193d65949c857baaba2f4296e84 diff --git a/src/error.c b/src/error.c index c92b847..486867b 100644 --- a/src/error.c +++ b/src/error.c @@ -57,7 +57,7 @@ void psi_error_wrapper(struct psi_data *context, struct psi_token *t, int type, } if (t) { - fn = t->file; + fn = t->file->val; ln = t->line; } else if (zend_is_executing()) { fn = zend_get_executed_filename();