Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_encoding.c3511 char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL; in get_array_type() local
3559 (cur_stype != NULL && prev_stype != NULL && strcmp(cur_stype,prev_stype) != 0) || in get_array_type()
3560 (cur_stype == NULL && cur_stype != prev_stype) || in get_array_type()
3569 prev_stype = cur_stype; in get_array_type()

Completed in 20 milliseconds