attribute        3346 ext/imap/php_imap.c 			add_property_string(dparam, "attribute", dpar->attribute, 1);
attribute        3364 ext/imap/php_imap.c 			if (par->attribute) {
attribute        3365 ext/imap/php_imap.c 				add_property_string(param, "attribute", par->attribute, 1);
attribute        3547 ext/imap/php_imap.c 				custom_headers_param->attribute = NULL;
attribute        3578 ext/imap/php_imap.c 			tmp_param->attribute = cpystr("CHARSET");
attribute        3588 ext/imap/php_imap.c 					disp_param->attribute = cpystr(key);
attribute        3622 ext/imap/php_imap.c 					disp_param->attribute = cpystr(key);
attribute        3691 ext/imap/php_imap.c 				tmp_param->attribute = cpystr("CHARSET");
attribute        3701 ext/imap/php_imap.c 						disp_param->attribute = cpystr(key);
attribute        3735 ext/imap/php_imap.c 						disp_param->attribute = cpystr(key);
attribute        3823 ext/imap/php_imap.c 				if (!strcmp (param->attribute, "BOUNDARY")) {
attribute        4598 ext/imap/php_imap.c 			add_property_string(dparam, "attribute", dpar->attribute, 1);
attribute        4616 ext/imap/php_imap.c 			if (par->attribute) {
attribute        4617 ext/imap/php_imap.c 				add_property_string(param, "attribute", par->attribute, 1);
attribute          36 ext/intl/collator/collator_attr.c 	long attribute, value;
attribute          42 ext/intl/collator/collator_attr.c 		&object, Collator_ce_ptr, &attribute ) == FAILURE )
attribute          53 ext/intl/collator/collator_attr.c 	value = ucol_getAttribute( co->ucoll, attribute, COLLATOR_ERROR_CODE_P( co ) );
attribute          67 ext/intl/collator/collator_attr.c 	long attribute, value;
attribute          73 ext/intl/collator/collator_attr.c 		&object, Collator_ce_ptr, &attribute, &value ) == FAILURE)
attribute          85 ext/intl/collator/collator_attr.c 	ucol_setAttribute( co->ucoll, attribute, value, COLLATOR_ERROR_CODE_P( co ) );
attribute          35 ext/intl/formatter/formatter_attr.c 	long attribute, value;
attribute          40 ext/intl/formatter/formatter_attr.c 		&object, NumberFormatter_ce_ptr, &attribute ) == FAILURE )
attribute          51 ext/intl/formatter/formatter_attr.c 	switch(attribute) {
attribute          71 ext/intl/formatter/formatter_attr.c 			value = unum_getAttribute(FORMATTER_OBJECT(nfo), attribute);
attribute          80 ext/intl/formatter/formatter_attr.c 			double value_double = unum_getDoubleAttribute(FORMATTER_OBJECT(nfo), attribute);
attribute         104 ext/intl/formatter/formatter_attr.c 	long   attribute;
attribute         113 ext/intl/formatter/formatter_attr.c 		&object, NumberFormatter_ce_ptr, &attribute ) == FAILURE )
attribute         124 ext/intl/formatter/formatter_attr.c 	length = unum_getTextAttribute( FORMATTER_OBJECT(nfo), attribute, value, value_buf_size, &INTL_DATA_ERROR_CODE(nfo) );
attribute         129 ext/intl/formatter/formatter_attr.c 		length = unum_getTextAttribute( FORMATTER_OBJECT(nfo), attribute, value, length, &INTL_DATA_ERROR_CODE(nfo) );
attribute         148 ext/intl/formatter/formatter_attr.c 	long attribute;
attribute         154 ext/intl/formatter/formatter_attr.c 		&object, NumberFormatter_ce_ptr, &attribute, &value ) == FAILURE)
attribute         165 ext/intl/formatter/formatter_attr.c 	switch(attribute) {
attribute         186 ext/intl/formatter/formatter_attr.c 			unum_setAttribute(FORMATTER_OBJECT(nfo), attribute, Z_LVAL_PP(value));
attribute         190 ext/intl/formatter/formatter_attr.c 			unum_setDoubleAttribute(FORMATTER_OBJECT(nfo), attribute, Z_DVAL_PP(value));
attribute         212 ext/intl/formatter/formatter_attr.c 	long attribute;
attribute         219 ext/intl/formatter/formatter_attr.c 		&object, NumberFormatter_ce_ptr, &attribute, &value, &len ) == FAILURE)
attribute         235 ext/intl/formatter/formatter_attr.c 	unum_setTextAttribute(FORMATTER_OBJECT(nfo), attribute, svalue, slength, &INTL_DATA_ERROR_CODE(nfo));
attribute        1039 ext/ldap/ldap.c 	char *attribute;
attribute        1073 ext/ldap/ldap.c 		attribute = ldap_first_attribute(ldap, ldap_result_entry, &ber);
attribute        1075 ext/ldap/ldap.c 		while (attribute != NULL) {
attribute        1076 ext/ldap/ldap.c 			ldap_value = ldap_get_values_len(ldap, ldap_result_entry, attribute);
attribute        1087 ext/ldap/ldap.c 			attr_len = strlen(attribute);
attribute        1088 ext/ldap/ldap.c 			zend_hash_update(Z_ARRVAL_P(tmp1), php_strtolower(attribute, attr_len), attr_len+1, (void *) &tmp2, sizeof(zval *), NULL);
attribute        1089 ext/ldap/ldap.c 			add_index_string(tmp1, num_attrib, attribute, 1);
attribute        1093 ext/ldap/ldap.c 			ldap_memfree(attribute);
attribute        1095 ext/ldap/ldap.c 			attribute = ldap_next_attribute(ldap, ldap_result_entry, ber);
attribute        1130 ext/ldap/ldap.c 	char *attribute;
attribute        1140 ext/ldap/ldap.c 	if ((attribute = ldap_first_attribute(ld->link, resultentry->data, &resultentry->ber)) == NULL) {
attribute        1143 ext/ldap/ldap.c 		RETVAL_STRING(attribute, 1);
attribute        1145 ext/ldap/ldap.c 		ldap_memfree(attribute);
attribute        1158 ext/ldap/ldap.c 	char *attribute;
attribute        1173 ext/ldap/ldap.c 	if ((attribute = ldap_next_attribute(ld->link, resultentry->data, resultentry->ber)) == NULL) {
attribute        1182 ext/ldap/ldap.c 		RETVAL_STRING(attribute, 1);
attribute        1184 ext/ldap/ldap.c 		ldap_memfree(attribute);
attribute        1198 ext/ldap/ldap.c 	char *attribute;
attribute        1213 ext/ldap/ldap.c 	attribute = ldap_first_attribute(ld->link, resultentry->data, &ber);
attribute        1214 ext/ldap/ldap.c 	while (attribute != NULL) {
attribute        1215 ext/ldap/ldap.c 		ldap_value = ldap_get_values_len(ld->link, resultentry->data, attribute);
attribute        1226 ext/ldap/ldap.c 		zend_hash_update(Z_ARRVAL_P(return_value), attribute, strlen(attribute)+1, (void *) &tmp, sizeof(zval *), NULL);
attribute        1227 ext/ldap/ldap.c 		add_index_string(return_value, num_attrib, attribute, 1);
attribute        1231 ext/ldap/ldap.c 		ldap_memfree(attribute);
attribute        1233 ext/ldap/ldap.c 		attribute = ldap_next_attribute(ld->link, resultentry->data, ber);
attribute        1380 ext/ldap/ldap.c 	char *attribute;
attribute        1407 ext/ldap/ldap.c 		if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index, 0) == HASH_KEY_IS_STRING) {
attribute        1408 ext/ldap/ldap.c 			ldap_mods[i]->mod_type = estrdup(attribute);
attribute        3055 ext/ldap/ldap.c 	ZEND_ARG_INFO(0, attribute)
attribute        3061 ext/ldap/ldap.c 	ZEND_ARG_INFO(0, attribute)
attribute        3126 ext/ldap/ldap.c 	ZEND_ARG_INFO(0, attribute)
attribute         332 ext/mysqli/mysqli_fe.c 	ZEND_ARG_INFO(0, attribute)
attribute         336 ext/mysqli/mysqli_fe.c 	ZEND_ARG_INFO(0, attribute)
attribute         341 ext/mysqli/mysqli_fe.c 	ZEND_ARG_INFO(0, attribute)
attribute         346 ext/mysqli/mysqli_fe.c 	ZEND_ARG_INFO(0, attribute)
attribute        1239 ext/pdo/pdo_dbh.c 	ZEND_ARG_INFO(0, attribute)
attribute        1244 ext/pdo/pdo_dbh.c 	ZEND_ARG_INFO(0, attribute)
attribute          92 ext/pdo/pdo_stmt.c 	ZEND_ARG_INFO(0, attribute)
attribute          97 ext/pdo/pdo_stmt.c 	ZEND_ARG_INFO(0, attribute)
attribute        2047 ext/soap/php_schema.c static void copy_extra_attribute(void *attribute)
attribute        2049 ext/soap/php_schema.c 	sdlExtraAttributePtr *attr = (sdlExtraAttributePtr*)attribute;
attribute        2479 ext/soap/php_schema.c void delete_extra_attribute(void *attribute)
attribute        2481 ext/soap/php_schema.c 	sdlExtraAttributePtr attr = *((sdlExtraAttributePtr*)attribute);
attribute        2492 ext/soap/php_schema.c void delete_extra_attribute_persistent(void *attribute)
attribute        2494 ext/soap/php_schema.c 	sdlExtraAttributePtr attr = *((sdlExtraAttributePtr*)attribute);
attribute        2505 ext/soap/php_schema.c void delete_attribute(void *attribute)
attribute        2507 ext/soap/php_schema.c 	sdlAttributePtr attr = *((sdlAttributePtr*)attribute);
attribute        2531 ext/soap/php_schema.c void delete_attribute_persistent(void *attribute)
attribute        2533 ext/soap/php_schema.c 	sdlAttributePtr attr = *((sdlAttributePtr*)attribute);
attribute          32 ext/soap/php_schema.h void delete_extra_attribute(void *attribute);
attribute          33 ext/soap/php_schema.h void delete_extra_attribute_persistent(void *attribute);
attribute          34 ext/soap/php_schema.h void delete_attribute(void *attribute);
attribute          35 ext/soap/php_schema.h void delete_attribute_persistent(void *attribute);
attribute         277 ext/soap/php_xml.c xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns)
attribute         289 ext/soap/php_xml.c 		attr = get_attribute_ex(node->properties, attribute, attr_ns);
attribute         298 ext/soap/php_xml.c xmlNodePtr get_node_with_attribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns)
attribute         302 ext/soap/php_xml.c 			xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns);
attribute         308 ext/soap/php_xml.c 			xmlNodePtr tmp = get_node_with_attribute_recursive_ex(node->children, name, name_ns, attribute, value, attr_ns);
attribute          43 ext/soap/php_xml.h xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns);
attribute          44 ext/soap/php_xml.h xmlNodePtr get_node_with_attribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns);
attribute         851 ext/tidy/tidy.c 	zval *attribute, *children, *temp;
attribute         883 ext/tidy/tidy.c 			MAKE_STD_ZVAL(attribute);
attribute         887 ext/tidy/tidy.c 				array_init(attribute);
attribute         893 ext/tidy/tidy.c 						add_assoc_string(attribute, name, val, TRUE);
attribute         897 ext/tidy/tidy.c 				ZVAL_NULL(attribute);
attribute         899 ext/tidy/tidy.c 			zend_hash_update(obj->std.properties, "attribute", sizeof("attribute"), (void *)&attribute, sizeof(zval *), NULL);