Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_schema.c319 if (cur_type != NULL) { in schema_simpleType()
352 cur_type =ptr; in schema_simpleType()
363 if (cur_type == NULL) { in schema_simpleType()
372 cur_type = ptr; in schema_simpleType()
1137 cur_type = newType; in schema_group()
1377 if (cur_type != NULL) { in schema_complexType()
1410 cur_type = ptr; in schema_complexType()
1423 cur_type = ptr; in schema_complexType()
1594 cur_type = newType; in schema_element()
1992 cur_type = newType; in schema_attributeGroup()
[all …]
H A Dphp_encoding.c3509 int i, cur_type, prev_type, different; in get_array_type() local
3520 cur_type = prev_type = 0; in get_array_type()
3531 cur_type = Z_LVAL_P(ztype); in get_array_type()
3548 cur_type = APACHE_MAP; in get_array_type()
3552 cur_type = Z_TYPE_P(tmp); in get_array_type()
3558 if ((cur_type != prev_type) || in get_array_type()
3568 prev_type = cur_type; in get_array_type()
3600 enc = get_conversion(cur_type); in get_array_type()

Completed in 23 milliseconds