Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/timezone/
H A Dtimezone_methods.cpp236 zend_long zoneType, in PHP_FUNCTION() local
247 &zoneType, &region, &region_len, &offset_arg, &arg3isnull) == FAILURE) { in PHP_FUNCTION()
253 if (zoneType != UCAL_ZONE_TYPE_ANY && zoneType != UCAL_ZONE_TYPE_CANONICAL in PHP_FUNCTION()
254 && zoneType != UCAL_ZONE_TYPE_CANONICAL_LOCATION) { in PHP_FUNCTION()
272 se = TimeZone::createTimeZoneIDEnumeration((USystemTimeZoneType)zoneType, in PHP_FUNCTION()
H A Dtimezone_class.cpp407 ZEND_ARG_INFO(0, zoneType)
/PHP-7.1/ext/intl/
H A Dphp_intl.c450 ZEND_ARG_INFO( 0, zoneType )

Completed in 9 milliseconds