Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_encoding.c3481 char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL; in get_array_type() local
3514 cur_ns = Z_STRVAL_P(ztype); in get_array_type()
3516 cur_ns = NULL; in get_array_type()
3522 cur_ns = NULL; in get_array_type()
3526 cur_ns = NULL; in get_array_type()
3533 (cur_ns != NULL && prev_ns != NULL && strcmp(cur_ns,prev_ns) != 0) || in get_array_type()
3534 (cur_ns == NULL && cur_ns != prev_ns)) { in get_array_type()
3542 prev_ns = cur_ns; in get_array_type()
3555 if (cur_ns) { in get_array_type()
3556 xmlNsPtr ns = encode_add_ns(node, cur_ns); in get_array_type()
[all …]

Completed in 12 milliseconds