Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_schema.c832 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
1383 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1388 name = get_attribute(attrs, "name"); in schema_complexType()
1512 ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1517 name = get_attribute(attrs, "name"); in schema_element()
1519 name = ref = get_attribute(attrs, "ref"); in schema_element()
1610 attr = get_attribute(attrs, "nillable"); in schema_element()
1625 attr = get_attribute(attrs, "fixed"); in schema_element()
1633 attr = get_attribute(attrs, "default"); in schema_element()
1642 attr = get_attribute(attrs, "form"); in schema_element()
[all …]
H A Dphp_sdl.c456 tmp = get_attribute(header->properties, "message"); in wsdl_soap_binding_header()
471 tmp = get_attribute(header->properties, "part"); in wsdl_soap_binding_header()
484 tmp = get_attribute(header->properties, "use"); in wsdl_soap_binding_header()
491 tmp = get_attribute(header->properties, "namespace"); in wsdl_soap_binding_header()
511 tmp = get_attribute(part->properties, "type"); in wsdl_soap_binding_header()
515 tmp = get_attribute(part->properties, "element"); in wsdl_soap_binding_header()
571 tmp = get_attribute(body->properties, "use"); in wsdl_soap_binding_body()
578 tmp = get_attribute(body->properties, "namespace"); in wsdl_soap_binding_body()
583 tmp = get_attribute(body->properties, "parts"); in wsdl_soap_binding_body()
701 name = get_attribute(part->properties, "name"); in wsdl_message()
[all …]
H A Dphp_xml.h22 #define get_attribute(node, name) get_attribute_ex(node, name, NULL) macro
H A Dphp_encoding.c107 null = get_attribute(xml->properties, "nil"); \
123 null = get_attribute(xml->properties, "nil"); \
300 attr = get_attribute(attr, "id"); in soap_check_zval_ref()
1531 xmlAttrPtr val = get_attribute(data->properties, attr->name); in to_zval_object_ex()
2490 (attr = get_attribute(data->properties,"arrayType")) && in to_zval_array()
2524 if ((attr = get_attribute(data->properties,"arraySize")) && in to_zval_array()
2612 (attr = get_attribute(data->properties,"offset")) && in to_zval_array()
2834 if (get_attribute(data->properties, "arrayType") || in guess_zval_convert()
2835 get_attribute(data->properties, "itemType") || in guess_zval_convert()
2836 get_attribute(data->properties, "arraySize")) { in guess_zval_convert()
[all …]
/PHP-8.3/Zend/
H A Dzend_attributes.c153 static zend_attribute *get_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in get_attribute() function
185 return get_attribute(attributes, lcname, 0); in zend_get_attribute()
195 return get_attribute(attributes, lcname, offset + 1); in zend_get_parameter_attribute()
/PHP-8.3/ext/pdo/
H A Dphp_pdo_driver.h303 pdo_dbh_get_attr_func get_attribute; member
409 pdo_stmt_get_attr_func get_attribute; member
H A Dpdo_dbh.c944 if (!dbh->methods->get_attribute) { in PHP_METHOD()
949 switch (dbh->methods->get_attribute(dbh, attr, return_value)) { in PHP_METHOD()
H A Dpdo_stmt.c1623 if (!stmt->methods->get_attribute) { in PHP_METHOD()
1633 switch (stmt->methods->get_attribute(stmt, attr, return_value)) { in PHP_METHOD()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd.h239 #define mysqlnd_stmt_attr_get(stmt, attr, value) (stmt)->m->get_attribute((stmt), (attr), (value))
H A Dmysqlnd_structs.h818 func_mysqlnd_stmt__get_attribute get_attribute; in MYSQLND_CLASS_METHODS_TYPE() local

Completed in 101 milliseconds