Lines Matching refs:loffset
105 zend_long loffset = 0; in PHP_FUNCTION() local
110 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
114 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
120 offset = (int32_t) loffset; in PHP_FUNCTION()
155 zend_long loffset = 0; in PHP_FUNCTION() local
160 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
164 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
170 offset = (int32_t) loffset; in PHP_FUNCTION()
216 zend_long loffset = 0; in PHP_FUNCTION() local
221 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
225 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
231 offset = (int32_t) loffset; in PHP_FUNCTION()
271 zend_long loffset = 0; in PHP_FUNCTION() local
276 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
280 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
286 offset = (int32_t) loffset; in PHP_FUNCTION()