Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dphp_schema.c814 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
1365 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1370 name = get_attribute(attrs, "name"); in schema_complexType()
1494 ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1499 name = get_attribute(attrs, "name"); in schema_element()
1501 name = ref = get_attribute(attrs, "ref"); in schema_element()
1592 attr = get_attribute(attrs, "nillable"); in schema_element()
1607 attr = get_attribute(attrs, "fixed"); in schema_element()
1615 attr = get_attribute(attrs, "default"); in schema_element()
1626 attr = get_attribute(attrs, "form"); in schema_element()
[all …]
H A Dphp_sdl.c452 tmp = get_attribute(header->properties, "message"); in wsdl_soap_binding_header()
467 tmp = get_attribute(header->properties, "part"); in wsdl_soap_binding_header()
480 tmp = get_attribute(header->properties, "use"); in wsdl_soap_binding_header()
487 tmp = get_attribute(header->properties, "namespace"); in wsdl_soap_binding_header()
507 tmp = get_attribute(part->properties, "type"); in wsdl_soap_binding_header()
511 tmp = get_attribute(part->properties, "element"); in wsdl_soap_binding_header()
567 tmp = get_attribute(body->properties, "use"); in wsdl_soap_binding_body()
574 tmp = get_attribute(body->properties, "namespace"); in wsdl_soap_binding_body()
579 tmp = get_attribute(body->properties, "parts"); in wsdl_soap_binding_body()
697 name = get_attribute(part->properties, "name"); in wsdl_message()
[all …]
H A Dphp_xml.h25 #define get_attribute(node, name) get_attribute_ex(node, name, NULL) macro
H A Dphp_encoding.c109 null = get_attribute(xml->properties, "nil"); \
125 null = get_attribute(xml->properties, "nil"); \
303 attr = get_attribute(attr, "id"); in soap_check_zval_ref()
1532 xmlAttrPtr val = get_attribute(data->properties, attr->name); in to_zval_object_ex()
2484 (attr = get_attribute(data->properties,"arrayType")) && in to_zval_array()
2518 if ((attr = get_attribute(data->properties,"arraySize")) && in to_zval_array()
2606 (attr = get_attribute(data->properties,"offset")) && in to_zval_array()
2828 if (get_attribute(data->properties, "arrayType") || in guess_zval_convert()
2829 get_attribute(data->properties, "itemType") || in guess_zval_convert()
2830 get_attribute(data->properties, "arraySize")) { in guess_zval_convert()
[all …]
/PHP-7.2/ext/pdo/
H A Dphp_pdo_driver.h318 pdo_dbh_get_attr_func get_attribute; member
422 pdo_stmt_get_attr_func get_attribute; member
H A Dpdo_dbh.c894 if (!dbh->methods->get_attribute) { in PHP_METHOD()
899 switch (dbh->methods->get_attribute(dbh, attr, return_value)) { in PHP_METHOD()
H A Dpdo_stmt.c1753 if (!stmt->methods->get_attribute) { in PHP_METHOD()
1763 switch (stmt->methods->get_attribute(stmt, attr, return_value)) { in PHP_METHOD()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd.h252 #define mysqlnd_stmt_attr_get(stmt, attr, value) (stmt)->m->get_attribute((stmt), (attr), (value))
H A Dmysqlnd_structs.h798 func_mysqlnd_stmt__get_attribute get_attribute; in MYSQLND_CLASS_METHODS_TYPE() local

Completed in 81 milliseconds