From: Derick Rethans Date: Sat, 15 Oct 2005 12:50:20 +0000 (+0000) Subject: - Fixed folding markers. X-Git-Tag: RELEASE_0_9_1~108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a923f3d6f054e0bd8767ade662709348915c63e5;p=php - Fixed folding markers. --- diff --git a/ext/standard/string.c b/ext/standard/string.c index f47d86944a..bd5232be58 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -3950,6 +3950,7 @@ PHPAPI UChar *php_u_addslashes(UChar *str, int32_t length, int32_t *new_length, { return php_u_addslashes_ex(str, length, new_length, should_free, 0 TSRMLS_CC); } +/* }}} */ /* {{{ php_u_addslashes_ex */