Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp240 offset_arg; in PHP_FUNCTION() local
256 &zoneType, &region, &region_len, &offset_arg) == FAILURE) { in PHP_FUNCTION()
270 if (offset_arg < (long)INT32_MIN || offset_arg > (long)INT32_MAX) { in PHP_FUNCTION()
277 offset = (int32_t)offset_arg; in PHP_FUNCTION()

Completed in 6 milliseconds