Searched refs:intlcal_get_type (Results 1 – 6 of 6) sorted by relevance
13 var_dump(intlcal_get_type(1));16 Fatal error: Uncaught TypeError: intlcal_get_type(): Argument #1 ($calendar) must be of type IntlCa…18 #0 %s(%d): intlcal_get_type(1)
17 VAR_DUMP(intlcal_get_type($intlcal));
193 ZEND_FUNCTION(intlcal_get_type);246 ZEND_ME_MAPPING(getType, intlcal_get_type, arginfo_class_IntlCalendar_getType, ZEND_ACC_PUBLIC)
649 U_CFUNC PHP_FUNCTION(intlcal_get_type) in PHP_FUNCTION() argument
816 ZEND_FUNCTION(intlcal_get_type);1006 ZEND_FE(intlcal_get_type, arginfo_intlcal_get_type)
68 function intlcal_get_type(IntlCalendar $calendar): string {} function
Completed in 18 milliseconds