Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/tests/
H A Dcalendar_setLenient_error.phpt2 IntlCalendar::setLenient(): bad arguments
15 var_dump($c->setLenient());
16 var_dump($c->setLenient(array()));
17 var_dump($c->setLenient(1, 2));
24 Warning: IntlCalendar::setLenient() expects exactly 1 parameter, 0 given in %s on line %d
26 Warning: IntlCalendar::setLenient(): intlcal_set_lenient: bad arguments in %s on line %d
29 Warning: IntlCalendar::setLenient() expects parameter 1 to be boolean, array given in %s on line %d
31 Warning: IntlCalendar::setLenient(): intlcal_set_lenient: bad arguments in %s on line %d
34 Warning: IntlCalendar::setLenient() expects exactly 1 parameter, 2 given in %s on line %d
36 Warning: IntlCalendar::setLenient(): intlcal_set_lenient: bad arguments in %s on line %d
H A Dcalendar_is_set_lenient_basic.phpt2 IntlCalendar::isLenient(), ::setLenient() basic test
15 var_dump($intlcal1->setLenient(false));
H A Dut_common.inc386 …return $GLOBALS['oo-mode'] ? $fmt->setLenient( $lenient ) : datefmt_set_lenient( $fmt , $lenient…
/PHP-7.0/ext/intl/doc/
H A Ddatefmt_api.php157 public function setLenient($lenient) {} function in DateFormatter
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_class.c175 PHP_NAMED_FE( setLenient, ZEND_FN( datefmt_set_lenient ), arginfo_intldateformatter_setlenient )
/PHP-7.0/ext/intl/calendar/
H A Dcalendar_class.cpp426 PHP_ME_MAPPING(setLenient, intlcal_set_lenient, ainfo_cal_setLenient, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp969 co->ucal->setLenient((UBool) is_lenient); in PHP_FUNCTION()

Completed in 17 milliseconds