Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_encoding.c3478 char *prev_stype = NULL, *cur_stype = NULL, *prev_ns = NULL, *cur_ns = NULL; in get_array_type() local
3509 cur_ns = Z_STRVAL_P(zns); in get_array_type()
3511 cur_ns = NULL; in get_array_type()
3517 cur_ns = NULL; in get_array_type()
3521 cur_ns = NULL; in get_array_type()
3528 (cur_ns != NULL && prev_ns != NULL && strcmp(cur_ns,prev_ns) != 0) || in get_array_type()
3529 (cur_ns == NULL && cur_ns != prev_ns)) { in get_array_type()
3537 prev_ns = cur_ns; in get_array_type()
3550 if (cur_ns) { in get_array_type()
3551 xmlNsPtr ns = encode_add_ns(node, cur_ns); in get_array_type()
[all …]

Completed in 14 milliseconds