mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
- Stay always in buffer
This commit is contained in:
+3
-1
@@ -413,7 +413,9 @@ static char *php_ap_getword(char **line, char stop)
|
||||
++pos;
|
||||
}
|
||||
}
|
||||
++pos;
|
||||
if (*pos) {
|
||||
++pos;
|
||||
}
|
||||
} else ++pos;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user