summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-06-11 20:12:17 +0000
committerHannes Magnusson <bjori@php.net>2006-06-11 20:12:17 +0000
commitdd2c03ca48f154ca7cf6a9f6f40c152de71f3c09 (patch)
tree167528c75c1b283c4f7f152587b375aa2b65e019 /ext/date
parent21b0f60332cc5e2673fe258728526ff68ad1e1ad (diff)
downloadphp-git-dd2c03ca48f154ca7cf6a9f6f40c152de71f3c09.tar.gz
MFH: fix typo
Diffstat (limited to 'ext/date')
-rw-r--r--ext/date/php_date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/php_date.c b/ext/date/php_date.c
index d342ef3120..92249d266e 100644
--- a/ext/date/php_date.c
+++ b/ext/date/php_date.c
@@ -157,7 +157,7 @@ zend_function_entry date_functions[] = {
PHP_FE(checkdate, arginfo_checkdate)
#ifdef HAVE_STRFTIME
- PHP_FE(strftime, arginfo_strtotime)
+ PHP_FE(strftime, arginfo_strftime)
PHP_FE(gmstrftime, arginfo_gmstrftime)
#endif