Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Dcalendar_getType_error.phpt17 var_dump(intlcal_get_type($c, 1));
18 var_dump(intlcal_get_type(1));
22 Warning: IntlCalendar::getType(): intlcal_get_type: bad arguments in %s on line %d
25 Warning: intlcal_get_type() expects exactly 1 parameter, 2 given in %s on line %d
27 Warning: intlcal_get_type(): intlcal_get_type: bad arguments in %s on line %d
30 Fatal error: Uncaught TypeError: Argument 1 passed to intlcal_get_type() must be an instance of Int…
32 #0 %s(%d): intlcal_get_type(1)
H A Dcalendar_getType_basic.phpt17 VAR_DUMP(intlcal_get_type($intlcal));
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.h76 PHP_FUNCTION(intlcal_get_type);
H A Dcalendar_class.cpp405 PHP_ME_MAPPING(getType, intlcal_get_type, ainfo_cal_void, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp776 U_CFUNC PHP_FUNCTION(intlcal_get_type) in PHP_FUNCTION() argument
/PHP-7.4/ext/intl/
H A Dphp_intl.c808 PHP_FE( intlcal_get_type, ainfo_cal_only_cal )

Completed in 15 milliseconds