Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_schema.c820 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
1371 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1376 name = get_attribute(attrs, "name"); in schema_complexType()
1503 ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1508 name = get_attribute(attrs, "name"); in schema_element()
1510 name = ref = get_attribute(attrs, "ref"); in schema_element()
1601 attr = get_attribute(attrs, "nillable"); in schema_element()
1616 attr = get_attribute(attrs, "fixed"); in schema_element()
1624 attr = get_attribute(attrs, "default"); in schema_element()
1633 attr = get_attribute(attrs, "form"); in schema_element()
[all …]
H A Dphp_sdl.c463 tmp = get_attribute(header->properties, "message"); in wsdl_soap_binding_header()
478 tmp = get_attribute(header->properties, "part"); in wsdl_soap_binding_header()
491 tmp = get_attribute(header->properties, "use"); in wsdl_soap_binding_header()
498 tmp = get_attribute(header->properties, "namespace"); in wsdl_soap_binding_header()
518 tmp = get_attribute(part->properties, "type"); in wsdl_soap_binding_header()
522 tmp = get_attribute(part->properties, "element"); in wsdl_soap_binding_header()
578 tmp = get_attribute(body->properties, "use"); in wsdl_soap_binding_body()
585 tmp = get_attribute(body->properties, "namespace"); in wsdl_soap_binding_body()
590 tmp = get_attribute(body->properties, "parts"); in wsdl_soap_binding_body()
708 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"); \
307 attr = get_attribute(attr, "id"); in soap_check_zval_ref()
1508 xmlAttrPtr val = get_attribute(data->properties, attr->name); in to_zval_object_ex()
2467 (attr = get_attribute(data->properties,"arrayType")) && in to_zval_array()
2501 if ((attr = get_attribute(data->properties,"arraySize")) && in to_zval_array()
2589 (attr = get_attribute(data->properties,"offset")) && in to_zval_array()
2811 if (get_attribute(data->properties, "arrayType") || in guess_zval_convert()
2812 get_attribute(data->properties, "itemType") || in guess_zval_convert()
2813 get_attribute(data->properties, "arraySize")) { in guess_zval_convert()
[all …]
/php-src/Zend/
H A Dzend_attributes.c149 static zend_attribute *get_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in get_attribute() function
181 return get_attribute(attributes, lcname, 0); in zend_get_attribute()
191 return get_attribute(attributes, lcname, offset + 1); in zend_get_parameter_attribute()
/php-src/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.c999 if (!dbh->methods->get_attribute) { in PHP_METHOD()
1004 switch (dbh->methods->get_attribute(dbh, attr, return_value)) { in PHP_METHOD()
H A Dpdo_stmt.c1618 if (!stmt->methods->get_attribute) { in PHP_METHOD()
1628 switch (stmt->methods->get_attribute(stmt, attr, return_value)) { in PHP_METHOD()
/php-src/ext/mysqlnd/
H A Dmysqlnd.h241 #define mysqlnd_stmt_attr_get(stmt, attr, value) (stmt)->m->get_attribute((stmt), (attr), (value))
H A Dmysqlnd_structs.h819 func_mysqlnd_stmt__get_attribute get_attribute; in MYSQLND_CLASS_METHODS_TYPE() local

Completed in 74 milliseconds