Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_schema.c812 fixed = get_attribute(val->properties, "fixed"); in schema_restriction_var_int()
1363 ns = get_attribute(attrs, "targetNamespace"); in schema_complexType()
1368 name = get_attribute(attrs, "name"); in schema_complexType()
1492 ns = get_attribute(attrs, "targetNamespace"); in schema_element()
1497 name = get_attribute(attrs, "name"); in schema_element()
1499 name = ref = get_attribute(attrs, "ref"); in schema_element()
1590 attr = get_attribute(attrs, "nillable"); in schema_element()
1605 attr = get_attribute(attrs, "fixed"); in schema_element()
1613 attr = get_attribute(attrs, "default"); in schema_element()
1624 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()
2583 (attr = get_attribute(data->properties,"arrayType")) && in to_zval_array()
2603 } else if ((attr = get_attribute(data->properties,"itemType")) && in to_zval_array()
2617 if ((attr = get_attribute(data->properties,"arraySize")) && in to_zval_array()
2711 (attr = get_attribute(data->properties,"offset")) && in to_zval_array()
2939 if (get_attribute(data->properties, "arrayType") || in guess_zval_convert()
2940 get_attribute(data->properties, "itemType") || in guess_zval_convert()
2941 get_attribute(data->properties, "arraySize")) { in guess_zval_convert()
[all …]
/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h309 pdo_dbh_get_attr_func get_attribute; member
413 pdo_stmt_get_attr_func get_attribute; member
H A Dpdo_dbh.c932 if (!dbh->methods->get_attribute) { in PHP_METHOD()
937 switch (dbh->methods->get_attribute(dbh, attr, return_value TSRMLS_CC)) { in PHP_METHOD()
H A Dpdo_stmt.c1783 if (!stmt->methods->get_attribute) { in PHP_METHOD()
1793 switch (stmt->methods->get_attribute(stmt, attr, return_value TSRMLS_CC)) { in PHP_METHOD()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h253 #define mysqlnd_stmt_attr_get(stmt, attr, value) (stmt)->m->get_attribute((stmt), (attr), (value) T…
H A Dmysqlnd_structs.h793 func_mysqlnd_stmt__get_attribute get_attribute; member

Completed in 68 milliseconds