Searched refs:intlcal_to_date_time (Results 1 – 5 of 5) sorted by relevance
20 var_dump(intlcal_to_date_time($cal));33 var_dump(intlcal_to_date_time($cal));39 var_dump(intlcal_to_date_time(3));45 Warning: IntlCalendar::toDateTime(): intlcal_to_date_time: DateTimeZone constructor threw exception…48 Warning: intlcal_to_date_time(): intlcal_to_date_time: DateTimeZone constructor threw exception in …51 Warning: IntlCalendar::toDateTime(): intlcal_to_date_time: DateTimeZone constructor threw exception…54 Warning: intlcal_to_date_time(): intlcal_to_date_time: DateTimeZone constructor threw exception in …56 intlcal_to_date_time(): Argument #1 ($calendar) must be of type IntlCalendar, int given
208 ZEND_FUNCTION(intlcal_to_date_time);261 …ZEND_ME_MAPPING(toDateTime, intlcal_to_date_time, arginfo_class_IntlCalendar_toDateTime, ZEND_ACC_…
1028 U_CFUNC PHP_FUNCTION(intlcal_to_date_time) in PHP_FUNCTION() argument
831 ZEND_FUNCTION(intlcal_to_date_time);1021 ZEND_FE(intlcal_to_date_time, arginfo_intlcal_to_date_time)
98 function intlcal_to_date_time(IntlCalendar $calendar): DateTime|false {} function
Completed in 20 milliseconds