Searched refs:isLenient (Results 1 – 5 of 5) sorted by relevance
33 $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);
374 return $GLOBALS['oo-mode'] ? $fmt->isLenient() : datefmt_is_lenient( $fmt );
354 zend_bool isLenient = FALSE; in PHP_FUNCTION() local360 &object, IntlDateFormatter_ce_ptr,&isLenient ) == FAILURE ) in PHP_FUNCTION()370 udat_setLenient(DATE_FORMAT_OBJECT(dfo), (UBool)isLenient ); in PHP_FUNCTION()
174 PHP_NAMED_FE( isLenient, ZEND_FN( datefmt_is_lenient ), arginfo_intldateformatter_getdatetype )
143 public function isLenient() {} function in DateFormatter
Completed in 31 milliseconds