get_attribute     891 ext/pdo/pdo_dbh.c 	if (!dbh->methods->get_attribute) {
get_attribute     896 ext/pdo/pdo_dbh.c 	switch (dbh->methods->get_attribute(dbh, attr, return_value TSRMLS_CC)) {
get_attribute    1812 ext/pdo/pdo_stmt.c 	if (!stmt->methods->get_attribute) {
get_attribute    1822 ext/pdo/pdo_stmt.c 	switch (stmt->methods->get_attribute(stmt, attr, return_value TSRMLS_CC)) {
get_attribute     304 ext/pdo/php_pdo_driver.h 	pdo_dbh_get_attr_func   	get_attribute;
get_attribute     407 ext/pdo/php_pdo_driver.h 	pdo_stmt_get_attr_func		get_attribute;
get_attribute     108 ext/soap/php_encoding.c 			null = get_attribute(xml->properties, "nil"); \
get_attribute     292 ext/soap/php_encoding.c 					attr = get_attribute(attr, "id");
get_attribute    1522 ext/soap/php_encoding.c 					xmlAttrPtr val = get_attribute(data->properties, (*attr)->name);
get_attribute    2424 ext/soap/php_encoding.c 	    (attr = get_attribute(data->properties,"arrayType")) &&
get_attribute    2444 ext/soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"itemType")) &&
get_attribute    2458 ext/soap/php_encoding.c 		if ((attr = get_attribute(data->properties,"arraySize")) &&
get_attribute    2467 ext/soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"arraySize")) &&
get_attribute    2552 ext/soap/php_encoding.c 	    (attr = get_attribute(data->properties,"offset")) &&
get_attribute    2568 ext/soap/php_encoding.c 			xmlAttrPtr position = get_attribute(trav->properties,"position");
get_attribute    2783 ext/soap/php_encoding.c 			if (get_attribute(data->properties, "arrayType") ||
get_attribute    2784 ext/soap/php_encoding.c 			    get_attribute(data->properties, "itemType") ||
get_attribute    2785 ext/soap/php_encoding.c 			    get_attribute(data->properties, "arraySize")) {
get_attribute    3226 ext/soap/php_encoding.c 			href = get_attribute(href, "href");
get_attribute     114 ext/soap/php_schema.c 		new_tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     125 ext/soap/php_schema.c 			new_tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     178 ext/soap/php_schema.c 	tns = get_attribute(schema->properties, "targetNamespace");
get_attribute     189 ext/soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     209 ext/soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     231 ext/soap/php_schema.c 			ns = get_attribute(trav->properties, "namespace");
get_attribute     232 ext/soap/php_schema.c 			location = get_attribute(trav->properties, "schemaLocation");
get_attribute     307 ext/soap/php_schema.c 	ns = get_attribute(simpleType->properties, "targetNamespace");
get_attribute     312 ext/soap/php_schema.c 	name = get_attribute(simpleType->properties, "name");
get_attribute     413 ext/soap/php_schema.c 	itemType = get_attribute(listType->properties, "itemType");
get_attribute     495 ext/soap/php_schema.c 	memberTypes = get_attribute(unionType->properties, "memberTypes");
get_attribute     638 ext/soap/php_schema.c 	base = get_attribute(restType->properties, "base");
get_attribute     743 ext/soap/php_schema.c 	base = get_attribute(restType->properties, "base");
get_attribute     809 ext/soap/php_schema.c 	fixed = get_attribute(val->properties, "fixed");
get_attribute     817 ext/soap/php_schema.c 	value = get_attribute(val->properties, "value");
get_attribute     836 ext/soap/php_schema.c 	fixed = get_attribute(val->properties, "fixed");
get_attribute     845 ext/soap/php_schema.c 	value = get_attribute(val->properties, "value");
get_attribute     868 ext/soap/php_schema.c 	base = get_attribute(extType->properties, "base");
get_attribute     923 ext/soap/php_schema.c 	base = get_attribute(extType->properties, "base");
get_attribute     981 ext/soap/php_schema.c 	xmlAttrPtr attr = get_attribute(node->properties, "minOccurs");
get_attribute     989 ext/soap/php_schema.c 	attr = get_attribute(node->properties, "maxOccurs");
get_attribute    1060 ext/soap/php_schema.c 	ns = get_attribute(groupType->properties, "targetNamespace");
get_attribute    1065 ext/soap/php_schema.c 	name = get_attribute(groupType->properties, "name");
get_attribute    1067 ext/soap/php_schema.c 		name = ref = get_attribute(groupType->properties, "ref");
get_attribute    1352 ext/soap/php_schema.c 	ns = get_attribute(attrs, "targetNamespace");
get_attribute    1357 ext/soap/php_schema.c 	name = get_attribute(attrs, "name");
get_attribute    1481 ext/soap/php_schema.c 	ns = get_attribute(attrs, "targetNamespace");
get_attribute    1486 ext/soap/php_schema.c 	name = get_attribute(attrs, "name");
get_attribute    1488 ext/soap/php_schema.c 		name = ref = get_attribute(attrs, "ref");
get_attribute    1571 ext/soap/php_schema.c 	attr = get_attribute(attrs, "nillable");
get_attribute    1586 ext/soap/php_schema.c 	attr = get_attribute(attrs, "fixed");
get_attribute    1594 ext/soap/php_schema.c 	attr = get_attribute(attrs, "default");
get_attribute    1605 ext/soap/php_schema.c 	attr = get_attribute(attrs, "form");
get_attribute    1622 ext/soap/php_schema.c 				def = get_attribute(parent->properties, "elementFormDefault");
get_attribute    1638 ext/soap/php_schema.c 	type = get_attribute(attrs, "type");
get_attribute    1715 ext/soap/php_schema.c 	name = get_attribute(attrType->properties, "name");
get_attribute    1717 ext/soap/php_schema.c 		name = ref = get_attribute(attrType->properties, "ref");
get_attribute    1745 ext/soap/php_schema.c 			ns = get_attribute(attrType->properties, "targetNamespace");
get_attribute    1777 ext/soap/php_schema.c 	type = get_attribute(attrType->properties, "type");
get_attribute    1868 ext/soap/php_schema.c 				def = get_attribute(parent->properties, "attributeFormDefault");
get_attribute    1924 ext/soap/php_schema.c 	name = get_attribute(attrGroup->properties, "name");
get_attribute    1926 ext/soap/php_schema.c 		name = ref = get_attribute(attrGroup->properties, "ref");
get_attribute    1934 ext/soap/php_schema.c 			ns = get_attribute(attrGroup->properties, "targetNamespace");
get_attribute     262 ext/soap/php_sdl.c 		targetNamespace = get_attribute(definitions->properties, "targetNamespace");
get_attribute     288 ext/soap/php_sdl.c 			xmlAttrPtr tmp = get_attribute(trav->properties, "location");
get_attribute     304 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     314 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     324 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     334 ext/soap/php_sdl.c 			xmlAttrPtr name = get_attribute(trav->properties, "name");
get_attribute     356 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "message");
get_attribute     371 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "part");
get_attribute     384 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "use");
get_attribute     391 ext/soap/php_sdl.c 	tmp = get_attribute(header->properties, "namespace");
get_attribute     397 ext/soap/php_sdl.c 		tmp = get_attribute(header->properties, "encodingStyle");
get_attribute     411 ext/soap/php_sdl.c 	tmp = get_attribute(part->properties, "type");
get_attribute     415 ext/soap/php_sdl.c 		tmp = get_attribute(part->properties, "element");
get_attribute     471 ext/soap/php_sdl.c 			tmp = get_attribute(body->properties, "use");
get_attribute     478 ext/soap/php_sdl.c 			tmp = get_attribute(body->properties, "namespace");
get_attribute     483 ext/soap/php_sdl.c 			tmp = get_attribute(body->properties, "parts");
get_attribute     525 ext/soap/php_sdl.c 				tmp = get_attribute(body->properties, "encodingStyle");
get_attribute     604 ext/soap/php_sdl.c 		name = get_attribute(part->properties, "name");
get_attribute     611 ext/soap/php_sdl.c 		type = get_attribute(part->properties, "type");
get_attribute     615 ext/soap/php_sdl.c 			element = get_attribute(part->properties, "element");
get_attribute     684 ext/soap/php_sdl.c 				bindingAttr = get_attribute(port->properties, "binding");
get_attribute     730 ext/soap/php_sdl.c 				location = get_attribute(address->properties, "location");
get_attribute     759 ext/soap/php_sdl.c 						tmp = get_attribute(soapBindingNode->properties, "style");
get_attribute     764 ext/soap/php_sdl.c 						tmp = get_attribute(soapBindingNode->properties, "transport");
get_attribute     776 ext/soap/php_sdl.c 				name = get_attribute(binding->properties, "name");
get_attribute     782 ext/soap/php_sdl.c 				type = get_attribute(binding->properties, "type");
get_attribute     817 ext/soap/php_sdl.c 					op_name = get_attribute(operation->properties, "name");
get_attribute     858 ext/soap/php_sdl.c 							tmp = get_attribute(soapOperation->properties, "soapAction");
get_attribute     863 ext/soap/php_sdl.c 							tmp = get_attribute(soapOperation->properties, "style");
get_attribute     882 ext/soap/php_sdl.c 						message = get_attribute(input->properties, "message");
get_attribute     888 ext/soap/php_sdl.c 						name = get_attribute(input->properties, "name");
get_attribute     911 ext/soap/php_sdl.c 						message = get_attribute(output->properties, "message");
get_attribute     917 ext/soap/php_sdl.c 						name = get_attribute(output->properties, "name");
get_attribute     941 ext/soap/php_sdl.c 					paramOrder = get_attribute(portTypeOperation->properties, "parameterOrder");
get_attribute     952 ext/soap/php_sdl.c 							name = get_attribute(fault->properties, "name");
get_attribute     956 ext/soap/php_sdl.c 							message = get_attribute(fault->properties, "message");
get_attribute     982 ext/soap/php_sdl.c 											tmp = get_attribute(trav->properties, "use");
get_attribute     989 ext/soap/php_sdl.c 											tmp = get_attribute(trav->properties, "namespace");
get_attribute     995 ext/soap/php_sdl.c 												tmp = get_attribute(trav->properties, "encodingStyle");