Searched refs:offset_arg (Results 1 – 1 of 1) sorted by relevance
237 offset_arg; in PHP_FUNCTION() local247 &zoneType, ®ion, ®ion_len, &offset_arg, &arg3isnull) == FAILURE) { in PHP_FUNCTION()261 if (offset_arg < (zend_long)INT32_MIN || offset_arg > (zend_long)INT32_MAX) { in PHP_FUNCTION()266 offset = (int32_t)offset_arg; in PHP_FUNCTION()
Completed in 9 milliseconds