Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dstring.c3117 char *source, *target, *source_end= ZSTR_VAL(str) + ZSTR_LEN(str); local
3127 for (source = ZSTR_VAL(str); source < source_end; source++) {
3163 for (source = ZSTR_VAL(str); source < source_end; source++) {

Completed in 15 milliseconds