Home
last modified time | relevance | path

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

/PHP-8.0/ext/soap/
H A Dphp_schema.c313 if (cur_type != NULL) { in schema_simpleType()
343 cur_type =ptr; in schema_simpleType()
354 if (cur_type == NULL) { in schema_simpleType()
363 cur_type = ptr; in schema_simpleType()
1128 cur_type = newType; in schema_group()
1368 if (cur_type != NULL) { in schema_complexType()
1398 cur_type = ptr; in schema_complexType()
1411 cur_type = ptr; in schema_complexType()
1582 cur_type = newType; in schema_element()
1980 cur_type = newType; in schema_attributeGroup()
[all …]
H A Dphp_encoding.c3477 int i, cur_type, prev_type, different; in get_array_type() local
3488 cur_type = prev_type = 0; in get_array_type()
3501 cur_type = Z_LVAL_P(ztype); in get_array_type()
3518 cur_type = APACHE_MAP; in get_array_type()
3522 cur_type = Z_TYPE_P(tmp); in get_array_type()
3528 if ((cur_type != prev_type) || in get_array_type()
3538 prev_type = cur_type; in get_array_type()
3570 enc = get_conversion(cur_type); in get_array_type()

Completed in 46 milliseconds