Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Drfc1867.c90 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local
125 indexend = strchr(index, ']'); in normalize_protected_variable()
126 indexend = indexend ? indexend + 1 : index + strlen(index); in normalize_protected_variable()
130 s += indexend-index; in normalize_protected_variable()
132 s = indexend; in normalize_protected_variable()

Completed in 7 milliseconds