Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds