Home
last modified time | relevance | path

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

/PHP-7.1/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()
1131 cur_type = newType; in schema_group()
1371 if (cur_type != NULL) { in schema_complexType()
1401 cur_type = ptr; in schema_complexType()
1414 cur_type = ptr; in schema_complexType()
1585 cur_type = newType; in schema_element()
1984 cur_type = newType; in schema_attributeGroup()
[all …]
H A Dphp_encoding.c3519 int i, cur_type, prev_type, different; in get_array_type() local
3530 cur_type = prev_type = 0; in get_array_type()
3543 cur_type = Z_LVAL_P(ztype); in get_array_type()
3560 cur_type = APACHE_MAP; in get_array_type()
3564 cur_type = Z_TYPE_P(tmp); in get_array_type()
3570 if ((cur_type != prev_type) || in get_array_type()
3580 prev_type = cur_type; in get_array_type()
3612 enc = get_conversion(cur_type); in get_array_type()

Completed in 31 milliseconds