Home
last modified time | relevance | path

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

/php-src/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-src/ext/intl/timezone/
H A Dtimezone_arginfo.h137 ZEND_FUNCTION(intltz_to_date_time_zone);
H A Dtimezone_methods.cpp568 U_CFUNC PHP_FUNCTION(intltz_to_date_time_zone) in PHP_FUNCTION() argument
/php-src/ext/intl/
H A Dphp_intl.stub.php616 function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|false {} function
H A Dphp_intl_arginfo.h978 ZEND_FUNCTION(intltz_to_date_time_zone);
1171 ZEND_FE(intltz_to_date_time_zone, arginfo_intltz_to_date_time_zone)

Completed in 19 milliseconds