Searched refs:offset_arg (Results 1 – 1 of 1) sorted by relevance
240 offset_arg; in PHP_FUNCTION() local256 &zoneType, ®ion, ®ion_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 7 milliseconds