Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_schema.c316 if (cur_type != NULL) { in schema_simpleType()
346 cur_type =*ptr; in schema_simpleType()
357 if (cur_type == NULL) { in schema_simpleType()
366 cur_type = (*ptr); in schema_simpleType()
1129 cur_type = newType; in schema_group()
1369 if (cur_type != NULL) { in schema_complexType()
1399 cur_type =*ptr; in schema_complexType()
1412 cur_type = (*ptr); in schema_complexType()
1583 cur_type = newType; in schema_element()
1978 cur_type = newType; in schema_attributeGroup()
[all …]
H A Dphp_encoding.c3628 int i, count, cur_type, prev_type, different; in get_array_type() local
3638 cur_type = prev_type = 0; in get_array_type()
3654 cur_type = Z_LVAL_PP(ztype); in get_array_type()
3671 cur_type = APACHE_MAP; in get_array_type()
3675 cur_type = Z_TYPE_PP(tmp); in get_array_type()
3681 if ((cur_type != prev_type) || in get_array_type()
3691 prev_type = cur_type; in get_array_type()
3723 enc = get_conversion(cur_type); in get_array_type()

Completed in 20 milliseconds