get_attribute     253 ext/mysqlnd/mysqlnd.h #define mysqlnd_stmt_attr_get(stmt, attr, value)	(stmt)->m->get_attribute((stmt), (attr), (value) TSRMLS_CC)
get_attribute     793 ext/mysqlnd/mysqlnd_structs.h 	func_mysqlnd_stmt__get_attribute get_attribute;
get_attribute     932 ext/pdo/pdo_dbh.c 	if (!dbh->methods->get_attribute) {
get_attribute     937 ext/pdo/pdo_dbh.c 	switch (dbh->methods->get_attribute(dbh, attr, return_value TSRMLS_CC)) {
get_attribute    1783 ext/pdo/pdo_stmt.c 	if (!stmt->methods->get_attribute) {
get_attribute    1793 ext/pdo/pdo_stmt.c 	switch (stmt->methods->get_attribute(stmt, attr, return_value TSRMLS_CC)) {
get_attribute     309 ext/pdo/php_pdo_driver.h 	pdo_dbh_get_attr_func   	get_attribute;
get_attribute     413 ext/pdo/php_pdo_driver.h 	pdo_stmt_get_attr_func		get_attribute;
get_attribute     109 ext/soap/php_encoding.c 			null = get_attribute(xml->properties, "nil"); \
get_attribute     127 ext/soap/php_encoding.c 			null = get_attribute(xml->properties, "nil"); \
get_attribute     313 ext/soap/php_encoding.c 					attr = get_attribute(attr, "id");
get_attribute    1611 ext/soap/php_encoding.c 					xmlAttrPtr val = get_attribute(data->properties, (*attr)->name);
get_attribute    2583 ext/soap/php_encoding.c 	    (attr = get_attribute(data->properties,"arrayType")) &&
get_attribute    2603 ext/soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"itemType")) &&
get_attribute    2617 ext/soap/php_encoding.c 		if ((attr = get_attribute(data->properties,"arraySize")) &&
get_attribute    2626 ext/soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"arraySize")) &&
get_attribute    2711 ext/soap/php_encoding.c 	    (attr = get_attribute(data->properties,"offset")) &&
get_attribute    2727 ext/soap/php_encoding.c 			xmlAttrPtr position = get_attribute(trav->properties,"position");
get_attribute    2939 ext/soap/php_encoding.c 			if (get_attribute(data->properties, "arrayType") ||
get_attribute    2940 ext/soap/php_encoding.c 			    get_attribute(data->properties, "itemType") ||
get_attribute    2941 ext/soap/php_encoding.c 			    get_attribute(data->properties, "arraySize")) {
get_attribute    3422 ext/soap/php_encoding.c 			href = get_attribute(href, "href");
get_attribute     117 ext/soap/php_schema.c 		new_tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     128 ext/soap/php_schema.c 			new_tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     181 ext/soap/php_schema.c 	tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     192 ext/soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     212 ext/soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     234 ext/soap/php_schema.c 			ns = get_attribute(trav->properties, "namespace");
get_attribute     235 ext/soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     310 ext/soap/php_schema.c 	ns = get_attribute(simpleType->properties, "targetNamespace");
get_attribute     315 ext/soap/php_schema.c 	name = get_attribute(simpleType->properties, "name");
get_attribute     416 ext/soap/php_schema.c 	itemType = get_attribute(listType->properties, "itemType");
get_attribute     498 ext/soap/php_schema.c 	memberTypes = get_attribute(unionType->properties, "memberTypes");
get_attribute     641 ext/soap/php_schema.c 	base = get_attribute(restType->properties, "base");
get_attribute     746 ext/soap/php_schema.c 	base = get_attribute(restType->properties, "base");
get_attribute     812 ext/soap/php_schema.c 	fixed = get_attribute(val->properties, "fixed");
get_attribute     820 ext/soap/php_schema.c 	value = get_attribute(val->properties, "value");
get_attribute     839 ext/soap/php_schema.c 	fixed = get_attribute(val->properties, "fixed");
get_attribute     848 ext/soap/php_schema.c 	value = get_attribute(val->properties, "value");
get_attribute     871 ext/soap/php_schema.c 	base = get_attribute(extType->properties, "base");
get_attribute     926 ext/soap/php_schema.c 	base = get_attribute(extType->properties, "base");
get_attribute     984 ext/soap/php_schema.c 	xmlAttrPtr attr = get_attribute(node->properties, "minOccurs");
get_attribute     992 ext/soap/php_schema.c 	attr = get_attribute(node->properties, "maxOccurs");
get_attribute    1063 ext/soap/php_schema.c 	ns = get_attribute(groupType->properties, "targetNamespace");
get_attribute    1068 ext/soap/php_schema.c 	name = get_attribute(groupType->properties, "name");
get_attribute    1070 ext/soap/php_schema.c 		name = ref = get_attribute(groupType->properties, "ref");
get_attribute    1085 ext/soap/php_schema.c 				xmlAttrPtr ns = get_attribute(groupType->properties, "targetNamespace");
get_attribute    1363 ext/soap/php_schema.c 	ns = get_attribute(attrs, "targetNamespace");
get_attribute    1368 ext/soap/php_schema.c 	name = get_attribute(attrs, "name");
get_attribute    1492 ext/soap/php_schema.c 	ns = get_attribute(attrs, "targetNamespace");
get_attribute    1497 ext/soap/php_schema.c 	name = get_attribute(attrs, "name");
get_attribute    1499 ext/soap/php_schema.c 		name = ref = get_attribute(attrs, "ref");
get_attribute    1521 ext/soap/php_schema.c 				xmlAttrPtr ns = get_attribute(attrs, "targetNamespace");
get_attribute    1590 ext/soap/php_schema.c 	attr = get_attribute(attrs, "nillable");
get_attribute    1605 ext/soap/php_schema.c 	attr = get_attribute(attrs, "fixed");
get_attribute    1613 ext/soap/php_schema.c 	attr = get_attribute(attrs, "default");
get_attribute    1624 ext/soap/php_schema.c 	attr = get_attribute(attrs, "form");
get_attribute    1641 ext/soap/php_schema.c 				def = get_attribute(parent->properties, "elementFormDefault");
get_attribute    1657 ext/soap/php_schema.c 	type = get_attribute(attrs, "type");
get_attribute    1734 ext/soap/php_schema.c 	name = get_attribute(attrType->properties, "name");
get_attribute    1736 ext/soap/php_schema.c 		name = ref = get_attribute(attrType->properties, "ref");
get_attribute    1755 ext/soap/php_schema.c 				xmlAttrPtr ns = get_attribute(attrType->properties, "targetNamespace");
get_attribute    1772 ext/soap/php_schema.c 			ns = get_attribute(attrType->properties, "targetNamespace");
get_attribute    1804 ext/soap/php_schema.c 	type = get_attribute(attrType->properties, "type");
get_attribute    1895 ext/soap/php_schema.c 				def = get_attribute(parent->properties, "attributeFormDefault");
get_attribute    1951 ext/soap/php_schema.c 	name = get_attribute(attrGroup->properties, "name");
get_attribute    1953 ext/soap/php_schema.c 		name = ref = get_attribute(attrGroup->properties, "ref");
get_attribute    1961 ext/soap/php_schema.c 			ns = get_attribute(attrGroup->properties, "targetNamespace");
get_attribute     362 ext/soap/php_sdl.c 		targetNamespace = get_attribute(definitions->properties, "targetNamespace");
get_attribute     388 ext/soap/php_sdl.c 			xmlAttrPtr tmp = get_attribute(trav->properties, "location");
get_attribute     404 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     414 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     424 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     434 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     456 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "message");
get_attribute     471 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "part");
get_attribute     484 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "use");
get_attribute     491 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "namespace");
get_attribute     497 ext/soap/php_sdl.c 		tmp = get_attribute(header->properties, "encodingStyle");
get_attribute     511 ext/soap/php_sdl.c 	tmp = get_attribute(part->properties, "type");
get_attribute     515 ext/soap/php_sdl.c 		tmp = get_attribute(part->properties, "element");
get_attribute     571 ext/soap/php_sdl.c 			tmp = get_attribute(body->properties, "use");
get_attribute     578 ext/soap/php_sdl.c 			tmp = get_attribute(body->properties, "namespace");
get_attribute     583 ext/soap/php_sdl.c 			tmp = get_attribute(body->properties, "parts");
get_attribute     625 ext/soap/php_sdl.c 				tmp = get_attribute(body->properties, "encodingStyle");
get_attribute     704 ext/soap/php_sdl.c 		name = get_attribute(part->properties, "name");
get_attribute     711 ext/soap/php_sdl.c 		type = get_attribute(part->properties, "type");
get_attribute     715 ext/soap/php_sdl.c 			element = get_attribute(part->properties, "element");
get_attribute     784 ext/soap/php_sdl.c 				bindingAttr = get_attribute(port->properties, "binding");
get_attribute     830 ext/soap/php_sdl.c 				location = get_attribute(address->properties, "location");
get_attribute     859 ext/soap/php_sdl.c 						tmp = get_attribute(soapBindingNode->properties, "style");
get_attribute     864 ext/soap/php_sdl.c 						tmp = get_attribute(soapBindingNode->properties, "transport");
get_attribute     881 ext/soap/php_sdl.c 				name = get_attribute(binding->properties, "name");
get_attribute     887 ext/soap/php_sdl.c 				type = get_attribute(binding->properties, "type");
get_attribute     922 ext/soap/php_sdl.c 					op_name = get_attribute(operation->properties, "name");
get_attribute     963 ext/soap/php_sdl.c 							tmp = get_attribute(soapOperation->properties, "soapAction");
get_attribute     968 ext/soap/php_sdl.c 							tmp = get_attribute(soapOperation->properties, "style");
get_attribute     987 ext/soap/php_sdl.c 						message = get_attribute(input->properties, "message");
get_attribute     993 ext/soap/php_sdl.c 						name = get_attribute(input->properties, "name");
get_attribute    1016 ext/soap/php_sdl.c 						message = get_attribute(output->properties, "message");
get_attribute    1022 ext/soap/php_sdl.c 						name = get_attribute(output->properties, "name");
get_attribute    1046 ext/soap/php_sdl.c 					paramOrder = get_attribute(portTypeOperation->properties, "parameterOrder");
get_attribute    1057 ext/soap/php_sdl.c 							name = get_attribute(fault->properties, "name");
get_attribute    1061 ext/soap/php_sdl.c 							message = get_attribute(fault->properties, "message");
get_attribute    1087 ext/soap/php_sdl.c 											tmp = get_attribute(trav->properties, "use");
get_attribute    1094 ext/soap/php_sdl.c 											tmp = get_attribute(trav->properties, "namespace");
get_attribute    1100 ext/soap/php_sdl.c 												tmp = get_attribute(trav->properties, "encodingStyle");