Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_encoding.c3628 char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL; in get_array_type() local
3663 cur_ns = Z_STRVAL_PP(ztype); in get_array_type()
3665 cur_ns = NULL; in get_array_type()
3671 cur_ns = NULL; in get_array_type()
3675 cur_ns = NULL; in get_array_type()
3682 (cur_ns != NULL && prev_ns != NULL && strcmp(cur_ns,prev_ns) != 0) || in get_array_type()
3683 (cur_ns == NULL && cur_ns != prev_ns)) { in get_array_type()
3691 prev_ns = cur_ns; in get_array_type()
3704 if (cur_ns) { in get_array_type()
3705 xmlNsPtr ns = encode_add_ns(node, cur_ns); in get_array_type()
[all …]

Completed in 23 milliseconds