summaryrefslogtreecommitdiff
path: root/main/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/main.c')
-rw-r--r--main/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c
index 6ccacb233e..fc6be42a63 100644
--- a/main/main.c
+++ b/main/main.c
@@ -416,6 +416,7 @@ PHPAPI void php_verror(const char *docref, const char *params, int type, const c
efree(docref_buf);
}
docref_buf = ref;
+ docref = docref_buf;
p = strrchr(ref, '#');
if (p) {
target = estrdup(p);