Searched refs:datefmt_is_lenient (Results 1 – 5 of 5) sorted by relevance
95 ZEND_FUNCTION(datefmt_is_lenient);119 …ZEND_ME_MAPPING(isLenient, datefmt_is_lenient, arginfo_class_IntlDateFormatter_isLenient, ZEND_ACC…
164 PHP_FUNCTION( datefmt_is_lenient ) in PHP_FUNCTION() argument
868 ZEND_FUNCTION(datefmt_is_lenient);1058 ZEND_FE(datefmt_is_lenient, arginfo_datefmt_is_lenient)
188 function datefmt_is_lenient(IntlDateFormatter $formatter): bool {} function
386 return $GLOBALS['oo-mode'] ? $fmt->isLenient() : datefmt_is_lenient( $fmt );
Completed in 22 milliseconds