Searched refs:loffset (Results 1 – 1 of 1) sorted by relevance
87 zend_long loffset = 0; in PHP_FUNCTION() local96 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() local146 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() local207 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[all …]
Completed in 6 milliseconds