Searched refs:datefmt_get_datetype (Results 1 – 6 of 6) sorted by relevance
83 ZEND_FUNCTION(datefmt_get_datetype);107 …ZEND_ME_MAPPING(getDateType, datefmt_get_datetype, arginfo_class_IntlDateFormatter_getDateType, ZE…
27 PHP_FUNCTION( datefmt_get_datetype ) in PHP_FUNCTION() argument
9 * Test for the datefmt_get_datetype function
350 return $GLOBALS['oo-mode'] ? $fmt->getDateType( ) : datefmt_get_datetype( $fmt );
856 ZEND_FUNCTION(datefmt_get_datetype);1046 ZEND_FE(datefmt_get_datetype, arginfo_datefmt_get_datetype)
163 function datefmt_get_datetype(IntlDateFormatter $formatter): int|false {} function
Completed in 29 milliseconds