Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dcalendar_setTime_error.phpt13 var_dump(intlcal_set_time(1));
16 Fatal error: Uncaught ArgumentCountError: intlcal_set_time() expects exactly 2 arguments, 1 given i…
18 #0 %s(%d): intlcal_set_time(1)
H A Dcalendar_setTime_basic.phpt24 intlcal_set_time($intlcal,$time * 1000);
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_arginfo.h206 ZEND_FUNCTION(intlcal_set_time);
259 ZEND_ME_MAPPING(setTime, intlcal_set_time, arginfo_class_IntlCalendar_setTime, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp263 U_CFUNC PHP_FUNCTION(intlcal_set_time) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h795 ZEND_FUNCTION(intlcal_set_time);
985 ZEND_FE(intlcal_set_time, arginfo_intlcal_set_time)
H A Dphp_intl.stub.php24 function intlcal_set_time(IntlCalendar $calendar, float $timestamp): bool {} function

Completed in 24 milliseconds