mirror of
https://github.com/php/php-src.git
synced 2024-12-01 22:03:36 +08:00
- Where did my backslash vanish?
This commit is contained in:
parent
d0c6d77b9e
commit
5e298240d6
@ -128,7 +128,7 @@
|
||||
|
||||
#define INS_STRING(unicode, s_uni, xbuf, s, slen) \
|
||||
do { \
|
||||
if (unicode) {
|
||||
if (unicode) { \
|
||||
size_t newlen, p, sz = 2*(slen); \
|
||||
smart_str_alloc(xbuf, (sz), 0); \
|
||||
if (s_uni) { \
|
||||
|
Loading…
Reference in New Issue
Block a user