Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_schema.c315 if (cur_type != NULL) { in schema_simpleType()
345 cur_type =ptr; in schema_simpleType()
356 if (cur_type == NULL) { in schema_simpleType()
365 cur_type = ptr; in schema_simpleType()
1130 cur_type = newType; in schema_group()
1370 if (cur_type != NULL) { in schema_complexType()
1400 cur_type = ptr; in schema_complexType()
1413 cur_type = ptr; in schema_complexType()
1584 cur_type = newType; in schema_element()
1982 cur_type = newType; in schema_attributeGroup()
[all …]
H A Dphp_encoding.c3479 int i, cur_type, prev_type, different; in get_array_type() local
3490 cur_type = prev_type = 0; in get_array_type()
3503 cur_type = Z_LVAL_P(ztype); in get_array_type()
3520 cur_type = APACHE_MAP; in get_array_type()
3524 cur_type = Z_TYPE_P(tmp); in get_array_type()
3530 if ((cur_type != prev_type) || in get_array_type()
3540 prev_type = cur_type; in get_array_type()
3572 enc = get_conversion(cur_type); in get_array_type()

Completed in 26 milliseconds