Home
last modified time | relevance | path

Searched refs:source_end (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/standard/
H A Dstring.c3133 const char *source, *source_end; local
3141 source_end = ZSTR_VAL(str) + ZSTR_LEN(str);
3142 for (source = ZSTR_VAL(str); source < source_end; source++) {
3178 source_end = ZSTR_VAL(str) + ZSTR_LEN(str);
3179 for (source = ZSTR_VAL(str); source < source_end; source++) {

Completed in 26 milliseconds