Home
last modified time | relevance | path

Searched refs:setLenient (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/intl/tests/
H A Dcalendar_is_set_lenient_basic.phpt2 IntlCalendar::isLenient(), ::setLenient() basic test
13 var_dump($intlcal1->setLenient(false));
H A Dcalendar_setLenient_error.phpt2 IntlCalendar::setLenient(): bad arguments
H A Dut_common.inc390 …return $GLOBALS['oo-mode'] ? $fmt->setLenient( $lenient ) : datefmt_set_lenient( $fmt , $lenient…
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat.stub.php163 public function setLenient(bool $lenient): void {} function in IntlDateFormatter
H A Ddateformat_arginfo.h127 …ZEND_ME_MAPPING(setLenient, datefmt_set_lenient, arginfo_class_IntlDateFormatter_setLenient, ZEND_…
/PHP-8.2/ext/intl/calendar/
H A Dcalendar.stub.php450 public function setLenient(bool $lenient) {} // TODO make return type void function in IntlCalendar
H A Dcalendar_arginfo.h270 …ZEND_ME_MAPPING(setLenient, intlcal_set_lenient, arginfo_class_IntlCalendar_setLenient, ZEND_ACC_P…
H A Dcalendar_methods.cpp812 co->ucal->setLenient((UBool) is_lenient); in PHP_FUNCTION()

Completed in 18 milliseconds