Searched refs:intlcal_get_type (Results 1 – 6 of 6) sorted by relevance
11 var_dump(intlcal_get_type(1));14 Fatal error: Uncaught TypeError: intlcal_get_type(): Argument #1 ($calendar) must be of type IntlCa…16 #0 %s(%d): intlcal_get_type(1)
15 VAR_DUMP(intlcal_get_type($intlcal));
207 ZEND_FUNCTION(intlcal_get_type);260 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)
237 function intlcal_get_type(IntlCalendar $calendar): string {} function
Completed in 27 milliseconds