Searched refs:loffset (Results 1 – 1 of 1) sorted by relevance
113 zend_long loffset = 0; in PHP_FUNCTION() local124 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()130 offset = (int32_t) loffset; in PHP_FUNCTION()176 zend_long loffset = 0; in PHP_FUNCTION() local187 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()193 offset = (int32_t) loffset; in PHP_FUNCTION()245 zend_long loffset = 0; in PHP_FUNCTION() local256 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()262 offset = (int32_t) loffset; in PHP_FUNCTION()308 zend_long loffset = 0; in PHP_FUNCTION() local[all …]
Completed in 8 milliseconds