Home
last modified time | relevance | path

Searched refs:intlcal_get_type (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/intl/tests/
H A Dcalendar_getType_error.phpt13 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)
H A Dcalendar_getType_basic.phpt17 VAR_DUMP(intlcal_get_type($intlcal));
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_arginfo.h193 ZEND_FUNCTION(intlcal_get_type);
246 ZEND_ME_MAPPING(getType, intlcal_get_type, arginfo_class_IntlCalendar_getType, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp649 U_CFUNC PHP_FUNCTION(intlcal_get_type) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h816 ZEND_FUNCTION(intlcal_get_type);
1006 ZEND_FE(intlcal_get_type, arginfo_intlcal_get_type)
H A Dphp_intl.stub.php68 function intlcal_get_type(IntlCalendar $calendar): string {} function

Completed in 51 milliseconds