Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/timezone/
H A Dtimezone_methods.cpp221 zend_long zoneType, in PHP_FUNCTION() local
232 &zoneType, &region, &region_len, &offset_arg, &arg3isnull) == FAILURE) { in PHP_FUNCTION()
236 if (zoneType != UCAL_ZONE_TYPE_ANY && zoneType != UCAL_ZONE_TYPE_CANONICAL in PHP_FUNCTION()
237 && zoneType != UCAL_ZONE_TYPE_CANONICAL_LOCATION) { in PHP_FUNCTION()
255 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()

Completed in 7 milliseconds