Home
last modified time | relevance | path

Searched refs:datefmt_set_timezone (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/intl/tests/
H A Ddateformat_setTimeZone_error.phpt22 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'Array' in %s o…
25 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'non existing t…
H A Ddateformat_set_timezone_id2.phpt60 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'CN' in %s on l…
62 Warning: datefmt_set_timezone(): datefmt_set_timezone: No such time zone: 'CN' in %s on line %d
H A Ddateformat_set_timezone_id3.phpt60 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'CN' in %sut_co…
62 Warning: datefmt_set_timezone(): datefmt_set_timezone: No such time zone: 'CN' in %sut_common.inc o…
H A Dut_common.inc370 …return $GLOBALS['oo-mode'] ? $fmt->setTimeZone( $timezone_id ) : datefmt_set_timezone( $fmt ,$time…
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_arginfo.h90 ZEND_FUNCTION(datefmt_set_timezone);
114 …ZEND_ME_MAPPING(setTimeZone, datefmt_set_timezone, arginfo_class_IntlDateFormatter_setTimeZone, ZE…
H A Ddateformat_attrcpp.cpp83 U_CFUNC PHP_FUNCTION(datefmt_set_timezone) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h863 ZEND_FUNCTION(datefmt_set_timezone);
1053 ZEND_FE(datefmt_set_timezone, arginfo_datefmt_set_timezone)
H A Dphp_intl.stub.php178 function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): ?bool {} function

Completed in 23 milliseconds