Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/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-5.6/ext/soap/
H A Dphp_sdl.h203 char nillable; member
H A DTODO41 ? support for "nillable" and "nil"
H A Dphp_schema.c1542 newType->nillable = FALSE; in schema_element()
1597 cur_type->nillable = TRUE; in schema_element()
1599 cur_type->nillable = FALSE; in schema_element()
1602 cur_type->nillable = FALSE; in schema_element()
2243 if ((*tmp)->nillable) { in schema_type_fixup()
2244 type->nillable = 1; in schema_type_fixup()
H A Dphp_encoding.c1397 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1422 } else if (model->u.element->def && !model->u.element->nillable) { in model_to_zval_object()
1433 } else if ((Z_TYPE_P(val) != IS_NULL || !model->u.element->nillable) && in model_to_zval_object()
1707 !model->u.element->nillable && in model_to_xml_object()
1722 if (Z_TYPE_PP(val) == IS_NULL && model->u.element->nillable) { in model_to_xml_object()
1743 if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) { in model_to_xml_object()
1765 } else if (strict && model->u.element->nillable && model->min_occurs > 0) { in model_to_xml_object()
1986 if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) { in to_xml_object()
H A Dphp_sdl.c1333 WSDL_CACHE_GET_1(type->nillable, char, in); in sdl_deserialize_type()
1939 WSDL_CACHE_PUT_1(type->nillable, out); in sdl_serialize_type()
H A Dsoap.c4492 } else if (param->element->def && !param->element->nillable) {
/PHP-5.6/
H A DNEWS9297 - Fixed bug #36226 (Inconsistent handling when passing nillable arrays).

Completed in 111 milliseconds