mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Fix typo
This commit is contained in:
parent
3b36c0e4d8
commit
9f786b9eff
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ zend_function_entry date_functions[] = {
|
||||||
PHP_FE(checkdate, arginfo_checkdate)
|
PHP_FE(checkdate, arginfo_checkdate)
|
||||||
|
|
||||||
#ifdef HAVE_STRFTIME
|
#ifdef HAVE_STRFTIME
|
||||||
PHP_FE(strftime, arginfo_strtotime)
|
PHP_FE(strftime, arginfo_strftime)
|
||||||
PHP_FE(gmstrftime, arginfo_gmstrftime)
|
PHP_FE(gmstrftime, arginfo_gmstrftime)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue