Home
last modified time | relevance | path

Searched refs:nillable (Results 1 – 9 of 9) sorted by relevance

/PHP-7.0/ext/soap/tests/bugs/
H A Dbug40609.wsdl7 <xs:element name="symbol" nillable="true" type="xs:string" />
14 <xs:element name="return" nillable="true" type="xs:double" />
21 <xs:element name="symbol" nillable="true" type="xs:any" />
22 <xs:element name="price" nillable="true" type="xs:any" />
H A Dbug36226-2.phpt2 Bug #36226 (Inconsistent handling when passing nillable arrays)
/PHP-7.0/ext/soap/tests/
H A Dbug68361.phpt28 <xsd:element name="Employee" nillable="true" type="ns:Employee"/>
35 <xsd:element name="User" nillable="true" type="ns:User"/>
/PHP-7.0/ext/soap/
H A Dphp_sdl.h203 char nillable; member
H A DTODO41 ? support for "nillable" and "nil"
H A Dphp_schema.c1544 newType->nillable = FALSE; in schema_element()
1599 cur_type->nillable = TRUE; in schema_element()
1601 cur_type->nillable = FALSE; in schema_element()
1604 cur_type->nillable = FALSE; in schema_element()
2239 if (tmp->nillable) { in schema_type_fixup()
2240 type->nillable = 1; in schema_type_fixup()
H A Dphp_encoding.c1348 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1372 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1383 } else if ((Z_TYPE(val) != IS_NULL || !model->u.element->nillable) && in model_to_zval_object()
1644 !model->u.element->nillable && in model_to_xml_object()
1659 if (Z_TYPE_P(val) == IS_NULL && model->u.element->nillable) { in model_to_xml_object()
1679 if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) { in model_to_xml_object()
1701 } else if (strict && model->u.element->nillable && model->min_occurs > 0) { in model_to_xml_object()
1914 if (Z_TYPE_P(val) == IS_NULL && array_el->nillable) { in to_xml_object()
H A Dphp_sdl.c1325 WSDL_CACHE_GET_1(type->nillable, char, in); in sdl_deserialize_type()
1926 WSDL_CACHE_PUT_1(type->nillable, out); in sdl_serialize_type()
H A Dsoap.c4459 } else if (param->element->def && !param->element->nillable) {

Completed in 60 milliseconds