Lines Matching refs:loffset
112 zend_long loffset = 0; in PHP_FUNCTION() local
117 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
123 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
129 offset = (int32_t) loffset; in PHP_FUNCTION()
175 zend_long loffset = 0; in PHP_FUNCTION() local
180 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
186 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
192 offset = (int32_t) loffset; in PHP_FUNCTION()
243 zend_long loffset = 0; in PHP_FUNCTION() local
248 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
254 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
260 offset = (int32_t) loffset; in PHP_FUNCTION()
306 zend_long loffset = 0; in PHP_FUNCTION() local
311 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
317 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
323 offset = (int32_t) loffset; in PHP_FUNCTION()