Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_schema.c334 if (cur_type != NULL) { in schema_simpleType()
364 cur_type =ptr; in schema_simpleType()
375 if (cur_type == NULL) { in schema_simpleType()
384 cur_type = ptr; in schema_simpleType()
1149 cur_type = newType; in schema_group()
1389 if (cur_type != NULL) { in schema_complexType()
1419 cur_type = ptr; in schema_complexType()
1432 cur_type = ptr; in schema_complexType()
1603 cur_type = newType; in schema_element()
2001 cur_type = newType; in schema_attributeGroup()
[all …]
H A Dphp_encoding.c3550 int i, cur_type, prev_type, different; in get_array_type() local
3561 cur_type = prev_type = 0; in get_array_type()
3572 cur_type = Z_LVAL_P(ztype); in get_array_type()
3589 cur_type = APACHE_MAP; in get_array_type()
3593 cur_type = Z_TYPE_P(tmp); in get_array_type()
3599 if ((cur_type != prev_type) || in get_array_type()
3609 prev_type = cur_type; in get_array_type()
3641 enc = get_conversion(cur_type); in get_array_type()

Completed in 21 milliseconds