Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dphp_schema.c812 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
1355 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1360 name = get_attribute(attrs, "name"); in schema_complexType()
1484 ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1489 name = get_attribute(attrs, "name"); in schema_element()
1491 name = ref = get_attribute(attrs, "ref"); in schema_element()
1574 attr = get_attribute(attrs, "nillable"); in schema_element()
1589 attr = get_attribute(attrs, "fixed"); in schema_element()
1597 attr = get_attribute(attrs, "default"); in schema_element()
1608 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()
704 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"); \
127 null = get_attribute(xml->properties, "nil"); \
313 attr = get_attribute(attr, "id"); in soap_check_zval_ref()
2604 (attr = get_attribute(data->properties,"arrayType")) && in to_zval_array()
2624 } else if ((attr = get_attribute(data->properties,"itemType")) && in to_zval_array()
2638 if ((attr = get_attribute(data->properties,"arraySize")) && in to_zval_array()
2732 (attr = get_attribute(data->properties,"offset")) && in to_zval_array()
2961 if (get_attribute(data->properties, "arrayType") || in guess_zval_convert()
2962 get_attribute(data->properties, "itemType") || in guess_zval_convert()
2963 get_attribute(data->properties, "arraySize")) { in guess_zval_convert()
[all …]
/PHP-5.3/ext/pdo/
H A Dphp_pdo_driver.h309 pdo_dbh_get_attr_func get_attribute; member
412 pdo_stmt_get_attr_func get_attribute; member
H A Dpdo_dbh.c923 if (!dbh->methods->get_attribute) { in PHP_METHOD()
928 switch (dbh->methods->get_attribute(dbh, attr, return_value TSRMLS_CC)) { in PHP_METHOD()
H A Dpdo_stmt.c1801 if (!stmt->methods->get_attribute) { in PHP_METHOD()
1811 switch (stmt->methods->get_attribute(stmt, attr, return_value TSRMLS_CC)) { in PHP_METHOD()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd.h267 #define mysqlnd_stmt_attr_get(stmt, attr, value) (stmt)->m->get_attribute((stmt), (attr), (value) T…
H A Dmysqlnd_structs.h679 func_mysqlnd_stmt__get_attribute get_attribute; member

Completed in 65 milliseconds