mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
MFB: Fix proto and arginfo
This commit is contained in:
parent
46a0a90400
commit
d19b44b95d
1 changed files with 2 additions and 1 deletions
|
@ -328,6 +328,7 @@ ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_timezone_identifiers_list, 0, 0, 0)
|
ZEND_BEGIN_ARG_INFO_EX(arginfo_timezone_identifiers_list, 0, 0, 0)
|
||||||
ZEND_ARG_INFO(0, what)
|
ZEND_ARG_INFO(0, what)
|
||||||
|
ZEND_ARG_INFO(0, country)
|
||||||
ZEND_END_ARG_INFO()
|
ZEND_END_ARG_INFO()
|
||||||
|
|
||||||
ZEND_BEGIN_ARG_INFO(arginfo_timezone_abbreviations_list, 0)
|
ZEND_BEGIN_ARG_INFO(arginfo_timezone_abbreviations_list, 0)
|
||||||
|
@ -3859,7 +3860,7 @@ static int check_id_allowed(char *id, long what)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* {{{ proto array timezone_identifiers_list([long what]) U
|
/* {{{ proto array timezone_identifiers_list([long what[, string country]]) U
|
||||||
Returns numerically index array with all timezone identifiers.
|
Returns numerically index array with all timezone identifiers.
|
||||||
*/
|
*/
|
||||||
PHP_FUNCTION(timezone_identifiers_list)
|
PHP_FUNCTION(timezone_identifiers_list)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue