Home
last modified time | relevance | path

Searched refs:cur_stype (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
3502 cur_stype = Z_STRVAL_P(zstype); in get_array_type()
3504 cur_stype = NULL; in get_array_type()
3516 cur_stype = NULL; in get_array_type()
3520 cur_stype = NULL; in get_array_type()
3526 (cur_stype != NULL && prev_stype != NULL && strcmp(cur_stype,prev_stype) != 0) || in get_array_type()
3527 (cur_stype == NULL && cur_stype != prev_stype) || in get_array_type()
3536 prev_stype = cur_stype; in get_array_type()
3547 if (cur_stype != NULL) { in get_array_type()
3558 smart_str_appends(type, cur_stype); in get_array_type()
[all …]

Completed in 11 milliseconds