Searched refs:loffset (Results 1 – 1 of 1) sorted by relevance
112 zend_long loffset = 0; in PHP_FUNCTION() local123 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() local186 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() local254 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[all …]
Completed in 5 milliseconds