attribute        3395 ext/imap/php_imap.c 			add_property_string(&dparam, "attribute", dpar->attribute);
attribute        3411 ext/imap/php_imap.c 			if (par->attribute) {
attribute        3412 ext/imap/php_imap.c 				add_property_string(&param, "attribute", par->attribute);
attribute        3593 ext/imap/php_imap.c 				custom_headers_param->attribute = NULL;
attribute        3626 ext/imap/php_imap.c 				tmp_param->attribute = cpystr("CHARSET");
attribute        3635 ext/imap/php_imap.c 						disp_param->attribute = cpystr(ZSTR_VAL(key));
attribute        3667 ext/imap/php_imap.c 						disp_param->attribute = cpystr(ZSTR_VAL(key));
attribute        3730 ext/imap/php_imap.c 				tmp_param->attribute = cpystr("CHARSET");
attribute        3739 ext/imap/php_imap.c 						disp_param->attribute = cpystr(ZSTR_VAL(key));
attribute        3771 ext/imap/php_imap.c 						disp_param->attribute = cpystr(ZSTR_VAL(key));
attribute        3862 ext/imap/php_imap.c 				if (!strcmp (param->attribute, "BOUNDARY")) {
attribute        4627 ext/imap/php_imap.c 			add_property_string(&dparam, "attribute", dpar->attribute);
attribute        4643 ext/imap/php_imap.c 			if (par->attribute) {
attribute        4644 ext/imap/php_imap.c 				add_property_string(&param, "attribute", par->attribute);
attribute          36 ext/intl/collator/collator_attr.c 	zend_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 	zend_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 	zend_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 	zend_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 	zend_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_P(value));
attribute         190 ext/intl/formatter/formatter_attr.c 			unum_setDoubleAttribute(FORMATTER_OBJECT(nfo), attribute, Z_DVAL_P(value));
attribute         212 ext/intl/formatter/formatter_attr.c 	zend_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        1055 ext/ldap/ldap.c 	char *attribute;
attribute        1092 ext/ldap/ldap.c 		attribute = ldap_first_attribute(ldap, ldap_result_entry, &ber);
attribute        1094 ext/ldap/ldap.c 		while (attribute != NULL) {
attribute        1095 ext/ldap/ldap.c 			ldap_value = ldap_get_values_len(ldap, ldap_result_entry, attribute);
attribute        1105 ext/ldap/ldap.c 			attr_len = strlen(attribute);
attribute        1106 ext/ldap/ldap.c 			zend_hash_str_update(Z_ARRVAL(tmp1), php_strtolower(attribute, attr_len), attr_len, &tmp2);
attribute        1107 ext/ldap/ldap.c 			add_index_string(&tmp1, num_attrib, attribute);
attribute        1111 ext/ldap/ldap.c 			ldap_memfree(attribute);
attribute        1113 ext/ldap/ldap.c 			attribute = ldap_next_attribute(ldap, ldap_result_entry, ber);
attribute        1148 ext/ldap/ldap.c 	char *attribute;
attribute        1163 ext/ldap/ldap.c 	if ((attribute = ldap_first_attribute(ld->link, resultentry->data, &resultentry->ber)) == NULL) {
attribute        1166 ext/ldap/ldap.c 		RETVAL_STRING(attribute);
attribute        1168 ext/ldap/ldap.c 		ldap_memfree(attribute);
attribute        1181 ext/ldap/ldap.c 	char *attribute;
attribute        1201 ext/ldap/ldap.c 	if ((attribute = ldap_next_attribute(ld->link, resultentry->data, resultentry->ber)) == NULL) {
attribute        1210 ext/ldap/ldap.c 		RETVAL_STRING(attribute);
attribute        1212 ext/ldap/ldap.c 		ldap_memfree(attribute);
attribute        1226 ext/ldap/ldap.c 	char *attribute;
attribute        1246 ext/ldap/ldap.c 	attribute = ldap_first_attribute(ld->link, resultentry->data, &ber);
attribute        1247 ext/ldap/ldap.c 	while (attribute != NULL) {
attribute        1248 ext/ldap/ldap.c 		ldap_value = ldap_get_values_len(ld->link, resultentry->data, attribute);
attribute        1258 ext/ldap/ldap.c 		zend_hash_str_update(Z_ARRVAL_P(return_value), attribute, strlen(attribute), &tmp);
attribute        1259 ext/ldap/ldap.c 		add_index_string(return_value, num_attrib, attribute);
attribute        1263 ext/ldap/ldap.c 		ldap_memfree(attribute);
attribute        1265 ext/ldap/ldap.c 		attribute = ldap_next_attribute(ld->link, resultentry->data, ber);
attribute        1425 ext/ldap/ldap.c 	zend_string *attribute;
attribute        1454 ext/ldap/ldap.c 		if (zend_hash_get_current_key(Z_ARRVAL_P(entry), &attribute, &index) == HASH_KEY_IS_STRING) {
attribute        1455 ext/ldap/ldap.c 			ldap_mods[i]->mod_type = estrndup(ZSTR_VAL(attribute), ZSTR_LEN(attribute));
attribute        3139 ext/ldap/ldap.c 	ZEND_ARG_INFO(0, attribute)
attribute        3145 ext/ldap/ldap.c 	ZEND_ARG_INFO(0, attribute)
attribute        3210 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        1208 ext/pdo/pdo_dbh.c 	ZEND_ARG_INFO(0, attribute)
attribute        1213 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         276 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         288 ext/soap/php_xml.c 		attr = get_attribute_ex(node->properties, attribute, attr_ns);
attribute         297 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         301 ext/soap/php_xml.c 			xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns);
attribute         307 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         842 ext/tidy/tidy.c 	zval attribute, children, temp;
attribute         877 ext/tidy/tidy.c 				array_init(&attribute);
attribute         883 ext/tidy/tidy.c 						add_assoc_string(&attribute, name, val);
attribute         887 ext/tidy/tidy.c 				ZVAL_NULL(&attribute);
attribute         889 ext/tidy/tidy.c 			zend_hash_str_update(obj->std.properties, "attribute", sizeof("attribute") - 1, &attribute);