Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dcalendar_getTime_error.phpt13 var_dump(intlcal_get_time(1));
16 Fatal error: Uncaught TypeError: intlcal_get_time(): Argument #1 ($calendar) must be of type IntlCa…
18 #0 %s(%d): intlcal_get_time(1)
H A Dcalendar_setTime_basic.phpt25 var_dump(intlcal_get_time($intlcal));
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_arginfo.h191 ZEND_FUNCTION(intlcal_get_time);
244 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.0/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.php22 function intlcal_get_time(IntlCalendar $calendar): float|false {} function

Completed in 25 milliseconds