Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_schema.c813 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
1364 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1369 name = get_attribute(attrs, "name"); in schema_complexType()
1493 ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1498 name = get_attribute(attrs, "name"); in schema_element()
1500 name = ref = get_attribute(attrs, "ref"); in schema_element()
1591 attr = get_attribute(attrs, "nillable"); in schema_element()
1606 attr = get_attribute(attrs, "fixed"); in schema_element()
1614 attr = get_attribute(attrs, "default"); in schema_element()
1623 attr = get_attribute(attrs, "form"); in schema_element()
[all …]
H A Dphp_sdl.c455 tmp = get_attribute(header->properties, "message"); in wsdl_soap_binding_header()
470 tmp = get_attribute(header->properties, "part"); in wsdl_soap_binding_header()
483 tmp = get_attribute(header->properties, "use"); in wsdl_soap_binding_header()
490 tmp = get_attribute(header->properties, "namespace"); in wsdl_soap_binding_header()
510 tmp = get_attribute(part->properties, "type"); in wsdl_soap_binding_header()
514 tmp = get_attribute(part->properties, "element"); in wsdl_soap_binding_header()
570 tmp = get_attribute(body->properties, "use"); in wsdl_soap_binding_body()
577 tmp = get_attribute(body->properties, "namespace"); in wsdl_soap_binding_body()
582 tmp = get_attribute(body->properties, "parts"); in wsdl_soap_binding_body()
700 name = get_attribute(part->properties, "name"); in wsdl_message()
[all …]
H A Dphp_xml.h24 #define get_attribute(node, name) get_attribute_ex(node, name, NULL) macro
H A Dphp_encoding.c108 null = get_attribute(xml->properties, "nil"); \
124 null = get_attribute(xml->properties, "nil"); \
301 attr = get_attribute(attr, "id"); in soap_check_zval_ref()
1501 xmlAttrPtr val = get_attribute(data->properties, attr->name); in to_zval_object_ex()
2449 (attr = get_attribute(data->properties,"arrayType")) && in to_zval_array()
2483 if ((attr = get_attribute(data->properties,"arraySize")) && in to_zval_array()
2571 (attr = get_attribute(data->properties,"offset")) && in to_zval_array()
2793 if (get_attribute(data->properties, "arrayType") || in guess_zval_convert()
2794 get_attribute(data->properties, "itemType") || in guess_zval_convert()
2795 get_attribute(data->properties, "arraySize")) { in guess_zval_convert()
[all …]
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h316 pdo_dbh_get_attr_func get_attribute; member
420 pdo_stmt_get_attr_func get_attribute; member
H A Dpdo_dbh.c909 if (!dbh->methods->get_attribute) { in PHP_METHOD()
914 switch (dbh->methods->get_attribute(dbh, attr, return_value)) { in PHP_METHOD()
H A Dpdo_stmt.c1745 if (!stmt->methods->get_attribute) { in PHP_METHOD()
1755 switch (stmt->methods->get_attribute(stmt, attr, return_value)) { in PHP_METHOD()
/PHP-7.4/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.h851 func_mysqlnd_stmt__get_attribute get_attribute; in MYSQLND_CLASS_METHODS_TYPE() local

Completed in 183 milliseconds