Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dstring.c3146 const char *source, *source_end= ZSTR_VAL(str) + ZSTR_LEN(str); local
3157 for (source = ZSTR_VAL(str); source < source_end; source++) {
3193 for (source = ZSTR_VAL(str); source < source_end; source++) {

Completed in 23 milliseconds