Home
last modified time | relevance | path

Searched refs:getGreatestMinimum (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/intl/tests/
H A Dcalendar_getXMinimum_basic.phpt2 IntlCalendar::getMinimum(), ::getActualMinimum(), ::getGreatestMinimum() basic test
15 $intlcal->getGreatestMinimum(IntlCalendar::FIELD_DAY_OF_MONTH),
H A Dcalendar_get_Least_Greatest_Minimum_Maximum_error.phpt23 var_dump($c->getGreatestMinimum(-1));
78 ValueError: 0, IntlCalendar::getGreatestMinimum(): Argument #1 ($field) must be a valid field
/PHP-8.3/ext/intl/calendar/
H A Dcalendar.stub.php311 public function getGreatestMinimum(int $field): int|false {} function in IntlCalendar
H A Dcalendar_arginfo.h281 …ZEND_ME_MAPPING(getGreatestMinimum, intlcal_get_greatest_minimum, arginfo_class_IntlCalendar_getGr…
H A Dcalendar_methods.cpp615 _php_intlcal_field_ret_in32t_method(&Calendar::getGreatestMinimum, in PHP_FUNCTION()

Completed in 13 milliseconds