summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>1999-07-25 15:06:50 +0000
committerSVN Migration <svn@php.net>1999-07-25 15:06:50 +0000
commit5bfa70242fb1f579e33cd02d0a4088387176ba7c (patch)
tree71c86814c79b7885ea40beb22e7d63097394a770 /ext/standard/string.c
parentb1617d8ac3bad1ace92085194e24cff8cbdbaf31 (diff)
downloadphp-git-BEFORE_NEW_OPERATOR_FIX.tar.gz
This commit was manufactured by cvs2svn to create tagBEFORE_NEW_OPERATOR_FIX
'BEFORE_NEW_OPERATOR_FIX'.
Diffstat (limited to 'ext/standard/string.c')
-rw-r--r--ext/standard/string.c4
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;