Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp237 zend_long zoneType, in PHP_FUNCTION() local
248 &zoneType, &region, &region_len, &offset_arg, &arg3isnull) == FAILURE) { in PHP_FUNCTION()
254 if (zoneType != UCAL_ZONE_TYPE_ANY && zoneType != UCAL_ZONE_TYPE_CANONICAL in PHP_FUNCTION()
255 && zoneType != UCAL_ZONE_TYPE_CANONICAL_LOCATION) { in PHP_FUNCTION()
273 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()
H A Dtimezone_class.cpp410 ZEND_ARG_INFO(0, zoneType)
/PHP-7.4/ext/intl/
H A Dphp_intl.c453 ZEND_ARG_INFO( 0, zoneType )

Completed in 10 milliseconds