Home
last modified time | relevance | path

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

/PHP-5.4/ext/soap/
H A Dphp_encoding.c3639 char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL; in get_array_type() local
3674 cur_ns = Z_STRVAL_PP(ztype); in get_array_type()
3676 cur_ns = NULL; in get_array_type()
3682 cur_ns = NULL; in get_array_type()
3686 cur_ns = NULL; in get_array_type()
3693 (cur_ns != NULL && prev_ns != NULL && strcmp(cur_ns,prev_ns) != 0) || in get_array_type()
3694 (cur_ns == NULL && cur_ns != prev_ns)) { in get_array_type()
3702 prev_ns = cur_ns; in get_array_type()
3715 if (cur_ns) { in get_array_type()
3716 xmlNsPtr ns = encode_add_ns(node, cur_ns); in get_array_type()
[all …]

Completed in 12 milliseconds