Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dtimezone_toDateTimeZone_error.phpt19 var_dump(intltz_to_date_time_zone(1));
22 Warning: IntlTimeZone::toDateTimeZone(): intltz_to_date_time_zone: DateTimeZone constructor threw e…
25 Fatal error: Uncaught TypeError: intltz_to_date_time_zone(): Argument #1 ($timezone) must be of typ…
27 #0 %s(%d): intltz_to_date_time_zone(1)
H A Dtimezone_toDateTimeZone_basic.phpt18 $dtz = intltz_to_date_time_zone($tz);
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_arginfo.h119 ZEND_FUNCTION(intltz_to_date_time_zone);
151 …ZEND_ME_MAPPING(toDateTimeZone, intltz_to_date_time_zone, arginfo_class_IntlTimeZone_toDateTimeZon…
H A Dtimezone_methods.cpp541 U_CFUNC PHP_FUNCTION(intltz_to_date_time_zone) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h967 ZEND_FUNCTION(intltz_to_date_time_zone);
1157 ZEND_FE(intltz_to_date_time_zone, arginfo_intltz_to_date_time_zone)
H A Dphp_intl.stub.php417 function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {} function

Completed in 18 milliseconds