Home
last modified time | relevance | path

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

/PHP-7.2/ext/xml/
H A Dcompat.c57 int attno = 0; in _start_element_handler() local
61 while (attributes[attno] != NULL) { in _start_element_handler()
65 att_name = (char *)attributes[attno++]; in _start_element_handler()
66 att_value = (char *)attributes[attno++]; in _start_element_handler()

Completed in 8 milliseconds