Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/tests/
H A Dtimezone_toDateTimeZone_error.phpt17 var_dump(intltz_to_date_time_zone(1));
20 Warning: IntlTimeZone::toDateTimeZone(): intltz_to_date_time_zone: DateTimeZone constructor threw e…
23 Fatal error: Uncaught TypeError: intltz_to_date_time_zone(): Argument #1 ($timezone) must be of typ…
25 #0 %s(%d): intltz_to_date_time_zone(1)
H A Dtimezone_toDateTimeZone_basic.phpt16 $dtz = intltz_to_date_time_zone($tz);
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_arginfo.h129 ZEND_FUNCTION(intltz_to_date_time_zone);
161 …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.1/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.php448 function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {} function

Completed in 26 milliseconds