Searched refs:timestampEnd (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/Zend/tests/parameter_default_values/ |
H A D | internal_declaration_error_const.phpt | 13 … DateTimeZone::getTransitions(int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX):…
|
/PHP-8.2/ext/date/ |
H A D | php_date.stub.php | 227 …DateTimeZone $object, int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX): array|f… argument 631 …public function getTransitions(int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX)… argument
|
H A D | php_date_arginfo.h | 178 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestampEnd, IS_LONG, 0, "PHP_INT_MAX") 421 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timestampEnd, IS_LONG, 0, "PHP_INT_MAX")
|
Completed in 17 milliseconds