Home
last modified time | relevance | path

Searched refs:isLenient (Results 1 – 5 of 5) sorted by relevance

/PHP-5.4/ext/intl/tests/
H A Ddateformat_is_set_lenient.phpt33 $isLenient = TRUE;
35 if( $isLenient){
40 ut_datefmt_set_lenient( $fmt , $isLenient );
52 $isLenient = FALSE;
54 if( $isLenient){
59 ut_datefmt_set_lenient( $fmt , $isLenient);
H A Dut_common.inc374 return $GLOBALS['oo-mode'] ? $fmt->isLenient() : datefmt_is_lenient( $fmt );
/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_attr.c354 zend_bool isLenient = FALSE; in PHP_FUNCTION() local
360 &object, IntlDateFormatter_ce_ptr,&isLenient ) == FAILURE ) in PHP_FUNCTION()
370 udat_setLenient(DATE_FORMAT_OBJECT(dfo), (UBool)isLenient ); in PHP_FUNCTION()
H A Ddateformat_class.c175 PHP_NAMED_FE( isLenient, ZEND_FN( datefmt_is_lenient ), arginfo_intldateformatter_getdatetype )
/PHP-5.4/ext/intl/doc/
H A Ddatefmt_api.php143 public function isLenient() {} function in DateFormatter

Completed in 14 milliseconds