Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/intl/dateformat/
H A Ddateformat.stub.php163 public function setLenient(bool $lenient): void {} argument
H A Ddateformat_arginfo.h57 ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0)
/PHP-8.2/ext/intl/calendar/
H A Dcalendar.stub.php450 public function setLenient(bool $lenient) {} // TODO make return type void argument
H A Dcalendar_arginfo.h139 ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0)
/PHP-8.2/ext/intl/
H A Dphp_intl.stub.php253 function intlcal_set_lenient(IntlCalendar $calendar, bool $lenient): bool {} argument
362 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 31 milliseconds