Searched refs:get_attribute (Results 1 – 9 of 9) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_schema.c | 812 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 D | php_sdl.c | 456 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 D | php_xml.h | 25 #define get_attribute(node, name) get_attribute_ex(node, name, NULL) macro
|
H A D | php_encoding.c | 109 null = get_attribute(xml->properties, "nil"); \ 127 null = get_attribute(xml->properties, "nil"); \ 313 attr = get_attribute(attr, "id"); in soap_check_zval_ref() 2592 (attr = get_attribute(data->properties,"arrayType")) && in to_zval_array() 2612 } else if ((attr = get_attribute(data->properties,"itemType")) && in to_zval_array() 2626 if ((attr = get_attribute(data->properties,"arraySize")) && in to_zval_array() 2720 (attr = get_attribute(data->properties,"offset")) && in to_zval_array() 2948 if (get_attribute(data->properties, "arrayType") || in guess_zval_convert() 2949 get_attribute(data->properties, "itemType") || in guess_zval_convert() 2950 get_attribute(data->properties, "arraySize")) { in guess_zval_convert() [all …]
|
/PHP-5.4/ext/pdo/ |
H A D | php_pdo_driver.h | 309 pdo_dbh_get_attr_func get_attribute; member 413 pdo_stmt_get_attr_func get_attribute; member
|
H A D | pdo_dbh.c | 932 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 D | pdo_stmt.c | 1792 if (!stmt->methods->get_attribute) { in PHP_METHOD() 1802 switch (stmt->methods->get_attribute(stmt, attr, return_value TSRMLS_CC)) { in PHP_METHOD()
|
/PHP-5.4/ext/mysqlnd/ |
H A D | mysqlnd.h | 249 #define mysqlnd_stmt_attr_get(stmt, attr, value) (stmt)->m->get_attribute((stmt), (attr), (value) T…
|
H A D | mysqlnd_structs.h | 751 func_mysqlnd_stmt__get_attribute get_attribute; member
|
Completed in 64 milliseconds