- Fixed folding markers.

This commit is contained in:
Derick Rethans 2005-10-15 12:50:20 +00:00
parent 7c1e029f34
commit a923f3d6f0

View File

@ -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
*/