Home
last modified time | relevance | path

Searched refs:intlcal_to_date_time (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/intl/tests/
H A Dcalendar_toDateTime_error.phpt18 var_dump(intlcal_to_date_time($cal));
31 var_dump(intlcal_to_date_time($cal));
37 var_dump(intlcal_to_date_time(3));
43 Warning: IntlCalendar::toDateTime(): intlcal_to_date_time: DateTimeZone constructor threw exception…
46 Warning: intlcal_to_date_time(): intlcal_to_date_time: DateTimeZone constructor threw exception in …
49 Warning: IntlCalendar::toDateTime(): intlcal_to_date_time: DateTimeZone constructor threw exception…
52 Warning: intlcal_to_date_time(): intlcal_to_date_time: DateTimeZone constructor threw exception in …
54 intlcal_to_date_time(): Argument #1 ($calendar) must be of type IntlCalendar, int given
/php-src/ext/intl/
H A Dphp_intl.stub.php268 function intlcal_to_date_time(IntlCalendar $calendar): DateTime|false {} function
H A Dphp_intl_arginfo.h839 ZEND_FUNCTION(intlcal_to_date_time);
1030 ZEND_FE(intlcal_to_date_time, arginfo_intlcal_to_date_time)
/php-src/ext/intl/calendar/
H A Dcalendar_arginfo.h253 ZEND_FUNCTION(intlcal_to_date_time);
H A Dcalendar_methods.cpp1084 U_CFUNC PHP_FUNCTION(intlcal_to_date_time) in PHP_FUNCTION() argument

Completed in 21 milliseconds