Searched refs:loffset (Results 1 – 1 of 1) sorted by relevance
105 zend_long loffset = 0; in PHP_FUNCTION() local114 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() local164 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() local225 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[all …]
Completed in 7 milliseconds