Skip to content

Commit c4f716a

Browse files
committed
Fix {{{ comment to match function name for php_replace_controlchars_ex
1 parent e673c63 commit c4f716a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/url.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ PHPAPI void php_url_free(php_url *theurl)
5050
}
5151
/* }}} */
5252

53-
/* {{{ php_replace_controlchars
53+
/* {{{ php_replace_controlchars_ex
5454
*/
5555
PHPAPI char *php_replace_controlchars_ex(char *str, size_t len)
5656
{

0 commit comments

Comments
 (0)