diff options
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r-- | ext/standard/string.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c index 1836e2a4d6..1d1717fc36 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -1712,9 +1712,9 @@ PHP_FUNCTION(setlocale) } /* }}} */ -/* {{{ proto void parsestr(string encoded_string) +/* {{{ proto void parse_str(string encoded_string) Parses GET/POST/COOKIE data and sets global variables. */ -PHP_FUNCTION(parsestr) +PHP_FUNCTION(parse_str) { pval *arg; char *res = NULL; |