Searched refs:setLenient (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/ext/intl/tests/ |
H A D | calendar_setLenient_error.phpt | 2 IntlCalendar::setLenient(): bad arguments 15 var_dump($c->setLenient()); 16 var_dump($c->setLenient(array())); 17 var_dump($c->setLenient(1, 2)); 22 Warning: IntlCalendar::setLenient() expects exactly 1 parameter, 0 given in %s on line %d 24 Warning: IntlCalendar::setLenient(): intlcal_set_lenient: bad arguments in %s on line %d 27 Warning: IntlCalendar::setLenient() expects parameter 1 to be boolean, array given in %s on line %d 29 Warning: IntlCalendar::setLenient(): intlcal_set_lenient: bad arguments in %s on line %d 32 Warning: IntlCalendar::setLenient() expects exactly 1 parameter, 2 given in %s on line %d 34 Warning: IntlCalendar::setLenient(): intlcal_set_lenient: bad arguments in %s on line %d
|
H A D | calendar_is_set_lenient_basic.phpt | 2 IntlCalendar::isLenient(), ::setLenient() basic test 15 var_dump($intlcal1->setLenient(false));
|
H A D | ut_common.inc | 386 …return $GLOBALS['oo-mode'] ? $fmt->setLenient( $lenient ) : datefmt_set_lenient( $fmt , $lenient…
|
/PHP-7.1/ext/intl/doc/ |
H A D | datefmt_api.php | 157 public function setLenient($lenient) {} function in DateFormatter
|
/PHP-7.1/ext/intl/dateformat/ |
H A D | dateformat_class.c | 175 PHP_NAMED_FE( setLenient, ZEND_FN( datefmt_set_lenient ), arginfo_intldateformatter_setlenient )
|
/PHP-7.1/ext/intl/calendar/ |
H A D | calendar_class.cpp | 419 PHP_ME_MAPPING(setLenient, intlcal_set_lenient, ainfo_cal_setLenient, ZEND_ACC_PUBLIC)
|
H A D | calendar_methods.cpp | 969 co->ucal->setLenient((UBool) is_lenient); in PHP_FUNCTION()
|
Completed in 23 milliseconds