Searched refs:lenient (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | dateformat_is_set_lenient.phpt | 23 $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 D | ut_common.inc | 388 function ut_datefmt_set_lenient( $fmt , $lenient ) 390 …return $GLOBALS['oo-mode'] ? $fmt->setLenient( $lenient ) : datefmt_set_lenient( $fmt , $lenient…
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 132 public function setLenient(bool $lenient): void {} argument
|
H A D | dateformat_arginfo.h | 57 ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0)
|
/php-src/ext/intl/calendar/ |
H A D | calendar.stub.php | 337 public function setLenient(bool $lenient): true {} argument
|
H A D | calendar_arginfo.h | 154 ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0)
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 254 function intlcal_set_lenient(IntlCalendar $calendar, bool $lenient): true {} argument 364 function datefmt_set_lenient(IntlDateFormatter $formatter, bool $lenient): void {} argument
|
H A D | php_intl_arginfo.h | 148 ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0) 332 ZEND_ARG_TYPE_INFO(0, lenient, _IS_BOOL, 0)
|
Completed in 36 milliseconds