diff --git a/ext/date/php_date.c b/ext/date/php_date.c index a80f83073da..64b59f81188 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -158,7 +158,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