Lines Matching refs:loffset
87 zend_long loffset = 0; in PHP_FUNCTION() local
92 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
96 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
102 offset = (int32_t) loffset; in PHP_FUNCTION()
137 zend_long loffset = 0; in PHP_FUNCTION() local
142 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
146 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
152 offset = (int32_t) loffset; in PHP_FUNCTION()
198 zend_long loffset = 0; in PHP_FUNCTION() local
203 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
207 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
213 offset = (int32_t) loffset; in PHP_FUNCTION()
253 zend_long loffset = 0; in PHP_FUNCTION() local
258 …rs(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) { in PHP_FUNCTION()
262 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
268 offset = (int32_t) loffset; in PHP_FUNCTION()