diff options
-rw-r--r-- | ext/standard/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/url.c b/ext/standard/url.c index 3f1856792e..70c1cfdf80 100644 --- a/ext/standard/url.c +++ b/ext/standard/url.c @@ -58,7 +58,7 @@ PHPAPI void php_url_free(php_url *theurl) } /* }}} */ -/* {{{ url_parse +/* {{{ php_url_parse */ PHPAPI php_url *php_url_parse(char *str) { |