Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_encoding.c3630 char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL; in get_array_type() local
3684 (cur_ns != NULL && prev_ns != NULL && strcmp(cur_ns,prev_ns) != 0) || in get_array_type()
3685 (cur_ns == NULL && cur_ns != prev_ns)) { in get_array_type()
3693 prev_ns = cur_ns; in get_array_type()

Completed in 14 milliseconds