Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/tests/
H A Dcalendar_getTime_error.phpt11 var_dump(intlcal_get_time(1));
14 Fatal error: Uncaught TypeError: intlcal_get_time(): Argument #1 ($calendar) must be of type IntlCa…
16 #0 %s(%d): intlcal_get_time(1)
H A Dcalendar_setTime_basic.phpt23 var_dump(intlcal_get_time($intlcal));
/PHP-8.2/ext/intl/calendar/
H A Dcalendar_arginfo.h205 ZEND_FUNCTION(intlcal_get_time);
258 ZEND_ME_MAPPING(getTime, intlcal_get_time, arginfo_class_IntlCalendar_getTime, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp245 U_CFUNC PHP_FUNCTION(intlcal_get_time) in PHP_FUNCTION() argument
/PHP-8.2/ext/intl/
H A Dphp_intl_arginfo.h794 ZEND_FUNCTION(intlcal_get_time);
984 ZEND_FE(intlcal_get_time, arginfo_intlcal_get_time)
H A Dphp_intl.stub.php191 function intlcal_get_time(IntlCalendar $calendar): float|false {} function

Completed in 37 milliseconds