Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Ddateformat_is_set_lenient.phpt23 $res_str .= "After call to get_lenient : lenient= ";
33 $res_str .= "Setting IntlDateFormatter with lenient = ";
41 $res_str .= "After call to is_lenient : lenient= ";
52 $res_str .= "Setting IntlDateFormatter with lenient =";
60 $res_str .= "After call to is_lenient : lenient= ";
80 After call to get_lenient : lenient= TRUE
82 Setting IntlDateFormatter with lenient = TRUE
83 After call to is_lenient : lenient= TRUE
85 Setting IntlDateFormatter with lenient =FALSE
86 After call to is_lenient : lenient= FALSE
H A Dut_common.inc388 function ut_datefmt_set_lenient( $fmt , $lenient )
390 …return $GLOBALS['oo-mode'] ? $fmt->setLenient( $lenient ) : datefmt_set_lenient( $fmt , $lenient
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat.stub.php91 public function setLenient(bool $lenient) {} argument
H A Ddateformat_arginfo.h54 ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0)
/PHP-8.0/ext/intl/calendar/
H A Dcalendar.stub.php249 public function setLenient(bool $lenient) {} argument
H A Dcalendar_arginfo.h126 ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0)
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php84 function intlcal_set_lenient(IntlCalendar $calendar, bool $lenient): bool {} argument
186 function datefmt_set_lenient(IntlDateFormatter $formatter, bool $lenient): void {} argument
H A Dphp_intl_arginfo.h148 ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0)
332 ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0)

Completed in 54 milliseconds