attr               54 Zend/zend_ast.c 	ast->attr = 0;
attr               60 Zend/zend_ast.c ZEND_API zend_ast *zend_ast_create_zval_ex(zval *zv, zend_ast_attr attr) {
attr               65 Zend/zend_ast.c 	ast->attr = attr;
attr               79 Zend/zend_ast.c 	ast->attr = 0;
attr               94 Zend/zend_ast.c static zend_ast *zend_ast_create_from_va_list(zend_ast_kind kind, zend_ast_attr attr, va_list va) {
attr              100 Zend/zend_ast.c 	ast->attr = attr;
attr              120 Zend/zend_ast.c ZEND_API zend_ast *zend_ast_create_ex(zend_ast_kind kind, zend_ast_attr attr, ...) {
attr              124 Zend/zend_ast.c 	va_start(va, attr);
attr              125 Zend/zend_ast.c 	ast = zend_ast_create_from_va_list(kind, attr, va);
attr              149 Zend/zend_ast.c 	list->attr = 0;
attr              225 Zend/zend_ast.c 				binary_op_type op = get_binary_op(ast->attr);
attr              251 Zend/zend_ast.c 				unary_op_type op = get_unary_op(ast->attr);
attr              421 Zend/zend_ast.c 		new->attr = ast->attr;
attr              429 Zend/zend_ast.c 		new->attr = list->attr;
attr              439 Zend/zend_ast.c 		new->attr = ast->attr;
attr              643 Zend/zend_ast.c 		    if (ast->attr == ZEND_NAME_FQ) {
attr              645 Zend/zend_ast.c 		    } else if (ast->attr == ZEND_NAME_RELATIVE) {
attr              775 Zend/zend_ast.c 		if (list->child[i]->attr) {
attr             1104 Zend/zend_ast.c 			if (ast->attr & ZEND_ACC_PUBLIC) {
attr             1106 Zend/zend_ast.c 			} else if (ast->attr & ZEND_ACC_PROTECTED) {
attr             1108 Zend/zend_ast.c 			} else if (ast->attr & ZEND_ACC_PRIVATE) {
attr             1111 Zend/zend_ast.c 			if (ast->attr & ZEND_ACC_STATIC) {
attr             1124 Zend/zend_ast.c 			if (ast->attr == T_FUNCTION) {
attr             1126 Zend/zend_ast.c 			} else if (ast->attr == T_CONST) {
attr             1133 Zend/zend_ast.c 			switch (ast->attr) {
attr             1146 Zend/zend_ast.c 			switch (ast->attr) {
attr             1168 Zend/zend_ast.c 			switch (ast->attr) {
attr             1206 Zend/zend_ast.c 			switch (ast->attr) {
attr             1216 Zend/zend_ast.c 			switch (ast->attr) {
attr             1293 Zend/zend_ast.c 			switch (ast->attr) {
attr             1310 Zend/zend_ast.c 			switch (ast->attr) {
attr             1487 Zend/zend_ast.c 			if (ast->attr & ZEND_ACC_PUBLIC) {
attr             1489 Zend/zend_ast.c 			} else if (ast->attr & ZEND_ACC_PROTECTED) {
attr             1491 Zend/zend_ast.c 			} else if (ast->attr & ZEND_ACC_PRIVATE) {
attr             1559 Zend/zend_ast.c 			if (ast->attr & ZEND_PARAM_REF) {
attr             1562 Zend/zend_ast.c 			if (ast->attr & ZEND_PARAM_VARIADIC) {
attr              156 Zend/zend_ast.h 	zend_ast_attr attr; /* Additional attribute, use depending on node type */
attr              164 Zend/zend_ast.h 	zend_ast_attr attr;
attr              173 Zend/zend_ast.h 	zend_ast_attr attr;
attr              180 Zend/zend_ast.h 	zend_ast_attr attr; /* Unused - for structure compatibility */
attr              193 Zend/zend_ast.h ZEND_API zend_ast *zend_ast_create_zval_ex(zval *zv, zend_ast_attr attr);
attr              195 Zend/zend_ast.h ZEND_API zend_ast *zend_ast_create_ex(zend_ast_kind kind, zend_ast_attr attr, ...);
attr              880 Zend/zend_compile.c 	return zend_resolve_class_name(Z_STR_P(class_name), ast->attr);
attr             1337 Zend/zend_compile.c 	if (name_ast->attr == ZEND_NAME_FQ) {
attr             2143 Zend/zend_compile.c 			uint32_t type = name_ast->kind == ZEND_AST_ZVAL ? name_ast->attr : ZEND_NAME_FQ;
attr             2631 Zend/zend_compile.c 	uint32_t opcode = ast->attr;
attr             2842 Zend/zend_compile.c 		orig_name, name_ast->attr, &is_fully_qualified));
attr             4391 Zend/zend_compile.c 		arg_info->type_hint = ast->attr;
attr             4397 Zend/zend_compile.c 			if (ast->attr != ZEND_NAME_NOT_FQ) {
attr             4454 Zend/zend_compile.c 		zend_bool is_ref = (param_ast->attr & ZEND_PARAM_REF) != 0;
attr             4455 Zend/zend_compile.c 		zend_bool is_variadic = (param_ast->attr & ZEND_PARAM_VARIADIC) != 0;
attr             4613 Zend/zend_compile.c 		zend_bool by_ref = var_ast->attr;
attr             4925 Zend/zend_compile.c 	uint32_t flags = list->attr;
attr             5066 Zend/zend_compile.c 	uint32_t modifiers = ast->attr;
attr             5445 Zend/zend_compile.c 	uint32_t type = ast->attr;
attr             5561 Zend/zend_compile.c 		inline_use->attr = ast->attr ? ast->attr : use->attr;
attr             5710 Zend/zend_compile.c 	switch (ast->attr) {
attr             5841 Zend/zend_compile.c 		zend_bool by_ref = elem_ast->attr;
attr             5904 Zend/zend_compile.c 	uint32_t opcode = ast->attr;
attr             5990 Zend/zend_compile.c 	uint32_t opcode = ast->attr;
attr             6134 Zend/zend_compile.c 	opline->extended_value = ast->attr;
attr             6351 Zend/zend_compile.c 	opline->extended_value = ast->attr;
attr             6473 Zend/zend_compile.c 		zend_bool by_ref = elem_ast->attr;
attr             6528 Zend/zend_compile.c 	zend_string *resolved_name = zend_resolve_const_name(orig_name, name_ast->attr, &is_fully_qualified);
attr             6530 Zend/zend_compile.c 	if (zend_string_equals_literal(resolved_name, "__COMPILER_HALT_OFFSET__") || (name_ast->attr != ZEND_NAME_RELATIVE && zend_string_equals_literal(orig_name, "__COMPILER_HALT_OFFSET__"))) {
attr             6803 Zend/zend_compile.c 	ZEND_ASSERT(ast->attr == T_CLASS_C &&
attr             6882 Zend/zend_compile.c 		orig_name, name_ast->attr, &is_fully_qualified));
attr             6906 Zend/zend_compile.c 	ZEND_ASSERT(ast->attr == T_CLASS_C &&
attr             7315 Zend/zend_compile.c 			if (!zend_try_ct_eval_binary_op(&result, ast->attr,
attr             7363 Zend/zend_compile.c 			zend_ct_eval_unary_op(&result, ast->attr, zend_ast_get_zval(ast->child[0]));
attr             7474 Zend/zend_compile.c 				zend_ast_get_str(name_ast), name_ast->attr, &is_fully_qualified);
attr              100 Zend/zend_compile.h 	zend_ast_attr attr;
attr              303 Zend/zend_language_parser.y 		namespace_name								{ $$ = $1; $$->attr = ZEND_NAME_NOT_FQ; }
attr              304 Zend/zend_language_parser.y 	|	T_NAMESPACE T_NS_SEPARATOR namespace_name	{ $$ = $3; $$->attr = ZEND_NAME_RELATIVE; }
attr              305 Zend/zend_language_parser.y 	|	T_NS_SEPARATOR namespace_name				{ $$ = $2; $$->attr = ZEND_NAME_FQ; }
attr              328 Zend/zend_language_parser.y 	|	T_USE use_type group_use_declaration ';'	{ $$ = $3; $$->attr = $2; }
attr              329 Zend/zend_language_parser.y 	|	T_USE use_declarations ';'					{ $$ = $2; $$->attr = T_CLASS; }
attr              330 Zend/zend_language_parser.y 	|	T_USE use_type use_declarations ';'			{ $$ = $3; $$->attr = $2; }
attr              375 Zend/zend_language_parser.y 		unprefixed_use_declaration { $$ = $1; $$->attr = T_CLASS; }
attr              376 Zend/zend_language_parser.y 	|	use_type unprefixed_use_declaration { $$ = $2; $$->attr = $1; }
attr              703 Zend/zend_language_parser.y 			{ $$ = $2; $$->attr = $1; }
attr              999 Zend/zend_language_parser.y 	|	'&' T_VARIABLE	{ $$ = $2; $$->attr = 1; }
attr              333 ext/com_dotnet/com_typeinfo.c 				TYPEATTR *attr;
attr              336 ext/com_dotnet/com_typeinfo.c 				ITypeInfo_GetTypeAttr(coinfo, &attr);
attr              338 ext/com_dotnet/com_typeinfo.c 				for (i = 0; i < attr->cImplTypes; i++) {
attr              358 ext/com_dotnet/com_typeinfo.c 				ITypeInfo_ReleaseTypeAttr(coinfo, attr);
attr              435 ext/com_dotnet/com_typeinfo.c 	TYPEATTR *attr;
attr              443 ext/com_dotnet/com_typeinfo.c 	if (FAILED(ITypeInfo_GetTypeAttr(typeinfo, &attr))) {
attr              448 ext/com_dotnet/com_typeinfo.c 	if (id_to_name == NULL || attr->typekind == TKIND_DISPATCH) {
attr              451 ext/com_dotnet/com_typeinfo.c 			memcpy(guid, &attr->guid, sizeof(GUID));
attr              461 ext/com_dotnet/com_typeinfo.c 			guidstring = php_com_string_from_clsid(&attr->guid, codepage);
attr              473 ext/com_dotnet/com_typeinfo.c 		for (i = 0; i < attr->cFuncs; i++) {
attr              600 ext/com_dotnet/com_typeinfo.c 		zend_error(E_WARNING, "That's not a dispatchable interface!! type kind = %08x", attr->typekind);
attr              603 ext/com_dotnet/com_typeinfo.c 	ITypeInfo_ReleaseTypeAttr(typeinfo, attr);
attr              111 ext/dom/element.c 	ZEND_ARG_OBJ_INFO(0, attr, DOMAttr, 0)
attr              329 ext/dom/element.c 	xmlNodePtr attr;
attr              338 ext/dom/element.c 	attr = dom_get_dom1_attribute(nodep, (xmlChar *)name);
attr              339 ext/dom/element.c 	if (attr) {
attr              340 ext/dom/element.c 		switch (attr->type) {
attr              342 ext/dom/element.c 				value = xmlNodeListGetString(attr->doc, attr->children, 1);
attr              345 ext/dom/element.c 				value = xmlStrdup(((xmlNsPtr)attr)->href);
attr              348 ext/dom/element.c 				value = xmlStrdup(((xmlAttributePtr)attr)->defaultValue);
attr              369 ext/dom/element.c 	xmlNodePtr attr = NULL;
attr              397 ext/dom/element.c 	attr = dom_get_dom1_attribute(nodep, (xmlChar *)name);
attr              398 ext/dom/element.c 	if (attr != NULL) {
attr              399 ext/dom/element.c 		switch (attr->type) {
attr              401 ext/dom/element.c 				node_list_unlink(attr->children);
attr              416 ext/dom/element.c 		attr = (xmlNodePtr)xmlSetProp(nodep, (xmlChar *) name, (xmlChar *)value);
attr              418 ext/dom/element.c 	if (!attr) {
attr              423 ext/dom/element.c 	DOM_RET_OBJ(attr, &ret, intern);
attr              741 ext/dom/element.c 	xmlAttr *attr;
attr              838 ext/dom/element.c 				attr = xmlHasProp(elemp, (xmlChar *)localname);
attr              839 ext/dom/element.c 				if (attr != NULL && attr->type != XML_ATTRIBUTE_DECL) {
attr              840 ext/dom/element.c 					node_list_unlink(attr->children);
attr             1060 ext/dom/element.c 	xmlNodePtr attr;
attr             1068 ext/dom/element.c 	attr = dom_get_dom1_attribute(nodep, (xmlChar *)name);
attr             1069 ext/dom/element.c 	if (attr == NULL) {
attr             1372 ext/dom/php_dom.c 	xmlAttrPtr attr;
attr             1396 ext/dom/php_dom.c 				attr = child->properties;
attr             1397 ext/dom/php_dom.c 				while (attr != NULL) {
attr             1398 ext/dom/php_dom.c 					dom_normalize((xmlNodePtr) attr);
attr             1399 ext/dom/php_dom.c 					attr = attr->next;
attr              116 ext/intl/formatter/formatter_class.c 	ZEND_ARG_INFO(0, attr)
attr              120 ext/intl/formatter/formatter_class.c 	ZEND_ARG_INFO(0, attr)
attr              125 ext/intl/formatter/formatter_class.c 	ZEND_ARG_INFO(0, attr)
attr              269 ext/intl/php_intl.c 	ZEND_ARG_INFO(0, attr)
attr              274 ext/intl/php_intl.c 	ZEND_ARG_INFO(0, attr)
attr              280 ext/intl/php_intl.c 	ZEND_ARG_INFO(0, attr)
attr              708 ext/ldap/ldap.c 	zval *link, *base_dn, *filter, *attrs = NULL, *attr;
attr              737 ext/ldap/ldap.c 				if ((attr = zend_hash_index_find(Z_ARRVAL_P(attrs), i)) == NULL) {
attr              743 ext/ldap/ldap.c 				convert_to_string_ex(attr);
attr              744 ext/ldap/ldap.c 				ldap_attrs[i] = Z_STRVAL_P(attr);
attr             1284 ext/ldap/ldap.c 	char *attr;
attr             1289 ext/ldap/ldap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rrs", &link, &result_entry, &attr, &attr_len) != SUCCESS) {
attr             1301 ext/ldap/ldap.c 	if ((ldap_value_len = ldap_get_values_len(ld->link, resultentry->data, attr)) == NULL) {
attr             2001 ext/ldap/ldap.c 	char *dn, *attr, *value;
attr             2007 ext/ldap/ldap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rsss", &link, &dn, &dn_len, &attr, &attr_len, &value, &value_len) != SUCCESS) {
attr             2018 ext/ldap/ldap.c 	errno = ldap_compare_ext_s(ld->link, dn, attr, &lvalue, NULL, NULL);
attr             2331 ext/mysqli/mysqli_api.c 	zend_long	attr;
attr             2334 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oll", &mysql_stmt, mysqli_stmt_class_entry, &attr, &mode_in) == FAILURE) {
attr             2344 ext/mysqli/mysqli_api.c 	switch (attr) {
attr             2357 ext/mysqli/mysqli_api.c 	if (mysql_stmt_attr_set(stmt->stmt, attr, mode_p)) {
attr             2359 ext/mysqli/mysqli_api.c 	if (FAIL == mysql_stmt_attr_set(stmt->stmt, attr, mode_p)) {
attr             2374 ext/mysqli/mysqli_api.c 	zend_long	attr;
attr             2377 ext/mysqli/mysqli_api.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Ol", &mysql_stmt, mysqli_stmt_class_entry, &attr) == FAILURE) {
attr             2382 ext/mysqli/mysqli_api.c 	if ((rc = mysql_stmt_attr_get(stmt->stmt, attr, &value))) {
attr             2387 ext/mysqli/mysqli_api.c 	if (attr == STMT_ATTR_UPDATE_MAX_LENGTH)
attr              248 ext/mysqlnd/mysqlnd.h #define mysqlnd_stmt_attr_get(stmt, attr, value)	(stmt)->m->get_attribute((stmt), (attr), (value))
attr              249 ext/mysqlnd/mysqlnd.h #define mysqlnd_stmt_attr_set(stmt, attr, value)	(stmt)->m->set_attribute((stmt), (attr), (value))
attr              195 ext/opcache/zend_accelerator_util_funcs.c 		copy->attr = ast->attr;
attr              203 ext/opcache/zend_accelerator_util_funcs.c 		copy->attr = list->attr;
attr              217 ext/opcache/zend_accelerator_util_funcs.c 		copy->attr = ast->attr;
attr               39 ext/pdo/pdo_dbh.c static int pdo_dbh_attribute_set(pdo_dbh_t *dbh, zend_long attr, zval *value);
attr              668 ext/pdo/pdo_dbh.c static int pdo_dbh_attribute_set(pdo_dbh_t *dbh, zend_long attr, zval *value) /* {{{ */
attr              679 ext/pdo/pdo_dbh.c 	switch (attr) {
attr              806 ext/pdo/pdo_dbh.c 	if (dbh->methods->set_attribute(dbh, attr, value)) {
attr              811 ext/pdo/pdo_dbh.c 	if (attr == PDO_ATTR_AUTOCOMMIT) {
attr              827 ext/pdo/pdo_dbh.c 	zend_long attr;
attr              830 ext/pdo/pdo_dbh.c 	if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "lz", &attr, &value)) {
attr              837 ext/pdo/pdo_dbh.c 	if (pdo_dbh_attribute_set(dbh, attr, value) != FAILURE) {
attr              849 ext/pdo/pdo_dbh.c 	zend_long attr;
attr              851 ext/pdo/pdo_dbh.c 	if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "l", &attr)) {
attr              859 ext/pdo/pdo_dbh.c 	switch (attr) {
attr              894 ext/pdo/pdo_dbh.c 	switch (dbh->methods->get_attribute(dbh, attr, return_value)) {
attr             1702 ext/pdo/pdo_stmt.c 	zend_long attr;
attr             1706 ext/pdo/pdo_stmt.c 	if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "lz!", &attr, &value)) {
attr             1715 ext/pdo/pdo_stmt.c 	if (stmt->methods->set_attribute(stmt, attr, value)) {
attr             1732 ext/pdo/pdo_stmt.c static int generic_stmt_attr_get(pdo_stmt_t *stmt, zval *return_value, zend_long attr)
attr             1734 ext/pdo/pdo_stmt.c 	switch (attr) {
attr             1744 ext/pdo/pdo_stmt.c 	zend_long attr;
attr             1747 ext/pdo/pdo_stmt.c 	if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "l", &attr)) {
attr             1752 ext/pdo/pdo_stmt.c 		if (!generic_stmt_attr_get(stmt, return_value, attr)) {
attr             1761 ext/pdo/pdo_stmt.c 	switch (stmt->methods->get_attribute(stmt, attr, return_value)) {
attr             1767 ext/pdo/pdo_stmt.c 			if (!generic_stmt_attr_get(stmt, return_value, attr)) {
attr              257 ext/pdo/php_pdo_driver.h typedef int (*pdo_dbh_set_attr_func)(pdo_dbh_t *dbh, zend_long attr, zval *val);
attr              272 ext/pdo/php_pdo_driver.h typedef int (*pdo_dbh_get_attr_func)(pdo_dbh_t *dbh, zend_long attr, zval *val);
attr              358 ext/pdo/php_pdo_driver.h typedef int (*pdo_stmt_set_attr_func)(pdo_stmt_t *stmt, zend_long attr, zval *val);
attr              361 ext/pdo/php_pdo_driver.h typedef int (*pdo_stmt_get_attr_func)(pdo_stmt_t *stmt, zend_long attr, zval *val);
attr              277 ext/pdo_dblib/dblib_driver.c static int dblib_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val)
attr              279 ext/pdo_dblib/dblib_driver.c 	switch(attr) {
attr              288 ext/pdo_dblib/dblib_driver.c static int dblib_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value)
attr              471 ext/pdo_firebird/firebird_driver.c static int firebird_handle_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */
attr              475 ext/pdo_firebird/firebird_driver.c 	switch (attr) {
attr              555 ext/pdo_firebird/firebird_driver.c static int firebird_handle_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */
attr              559 ext/pdo_firebird/firebird_driver.c 	switch (attr) {
attr              658 ext/pdo_firebird/firebird_statement.c static int firebird_stmt_set_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */
attr              662 ext/pdo_firebird/firebird_statement.c 	switch (attr) {
attr              679 ext/pdo_firebird/firebird_statement.c static int firebird_stmt_get_attribute(pdo_stmt_t *stmt, zend_long attr, zval *val) /* {{{ */
attr              683 ext/pdo_firebird/firebird_statement.c 	switch (attr) {
attr              369 ext/pdo_mysql/mysql_driver.c static int pdo_mysql_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val)
attr              375 ext/pdo_mysql/mysql_driver.c 	PDO_DBG_INF_FMT("attr=%l", attr);
attr              376 ext/pdo_mysql/mysql_driver.c 	switch (attr) {
attr              417 ext/pdo_mysql/mysql_driver.c static int pdo_mysql_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value)
attr              423 ext/pdo_mysql/mysql_driver.c 	PDO_DBG_INF_FMT("attr=%l", attr);
attr              424 ext/pdo_mysql/mysql_driver.c 	switch (attr) {
attr              441 ext/pdo_oci/oci_driver.c static int oci_handle_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval *val) /* {{{ */
attr              446 ext/pdo_oci/oci_driver.c 	if (attr == PDO_ATTR_AUTOCOMMIT) {
attr              460 ext/pdo_oci/oci_driver.c 	} else if (attr == PDO_ATTR_PREFETCH) {
attr              470 ext/pdo_oci/oci_driver.c static int oci_handle_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value)  /* {{{ */
attr              474 ext/pdo_oci/oci_driver.c 	switch (attr) {
attr              486 ext/pdo_oci/oci_driver.c 				if (attr == PDO_ATTR_SERVER_INFO) {
attr              339 ext/pdo_odbc/odbc_driver.c static int odbc_handle_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val)
attr              342 ext/pdo_odbc/odbc_driver.c 	switch (attr) {
attr              354 ext/pdo_odbc/odbc_driver.c static int odbc_handle_get_attr(pdo_dbh_t *dbh, zend_long attr, zval *val)
attr              357 ext/pdo_odbc/odbc_driver.c 	switch (attr) {
attr              757 ext/pdo_odbc/odbc_stmt.c static int odbc_stmt_set_param(pdo_stmt_t *stmt, zend_long attr, zval *val)
attr              762 ext/pdo_odbc/odbc_stmt.c 	switch (attr) {
attr              784 ext/pdo_odbc/odbc_stmt.c static int odbc_stmt_get_attr(pdo_stmt_t *stmt, zend_long attr, zval *val)
attr              789 ext/pdo_odbc/odbc_stmt.c 	switch (attr) {
attr              392 ext/pdo_pgsql/pgsql_driver.c static int pdo_pgsql_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value)
attr              396 ext/pdo_pgsql/pgsql_driver.c 	switch (attr) {
attr             1153 ext/pdo_pgsql/pgsql_driver.c static int pdo_pgsql_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val)
attr             1158 ext/pdo_pgsql/pgsql_driver.c 	switch (attr) {
attr              283 ext/pdo_sqlite/sqlite_driver.c static int pdo_sqlite_get_attribute(pdo_dbh_t *dbh, zend_long attr, zval *return_value)
attr              285 ext/pdo_sqlite/sqlite_driver.c 	switch (attr) {
attr              298 ext/pdo_sqlite/sqlite_driver.c static int pdo_sqlite_set_attr(pdo_dbh_t *dbh, zend_long attr, zval *val)
attr              302 ext/pdo_sqlite/sqlite_driver.c 	switch (attr) {
attr              240 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
attr              271 ext/simplexml/simplexml.c 		attr = (xmlAttrPtr)node;
attr              275 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
attr              291 ext/simplexml/simplexml.c 					while (attr && nodendx <= Z_LVAL_P(member)) {
attr              292 ext/simplexml/simplexml.c 						if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              294 ext/simplexml/simplexml.c 								_node_as_zval(sxe, (xmlNodePtr) attr, rv, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix);
attr              299 ext/simplexml/simplexml.c 						attr = attr->next;
attr              302 ext/simplexml/simplexml.c 					while (attr) {
attr              303 ext/simplexml/simplexml.c 						if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)name) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              304 ext/simplexml/simplexml.c 							_node_as_zval(sxe, (xmlNodePtr) attr, rv, SXE_ITER_NONE, NULL, sxe->iter.nsprefix, sxe->iter.isprefix);
attr              307 ext/simplexml/simplexml.c 						attr = attr->next;
attr              440 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
attr              488 ext/simplexml/simplexml.c 		attr = (xmlAttrPtr)node;
attr              493 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
attr              506 ext/simplexml/simplexml.c 			attr = node->properties;
attr              547 ext/simplexml/simplexml.c 				while (attr && nodendx <= Z_LVAL_P(member)) {
attr              548 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              556 ext/simplexml/simplexml.c 					attr = attr->next;
attr              559 ext/simplexml/simplexml.c 				while (attr) {
attr              560 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)Z_STRVAL_P(member)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              565 ext/simplexml/simplexml.c 					attr = attr->next;
attr              609 ext/simplexml/simplexml.c 				newnode = (xmlNodePtr) attr;
attr              716 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
attr              744 ext/simplexml/simplexml.c 		attr = (xmlAttrPtr)node;
attr              748 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
attr              757 ext/simplexml/simplexml.c 				while (attr && nodendx <= Z_LVAL_P(member)) {
attr              758 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              765 ext/simplexml/simplexml.c 					attr = attr->next;
attr              768 ext/simplexml/simplexml.c 				while (attr) {
attr              769 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)Z_STRVAL_P(member)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              774 ext/simplexml/simplexml.c 					attr = attr->next;
attr              778 ext/simplexml/simplexml.c 				(!attr->children || !attr->children->content || !attr->children->content[0] || !xmlStrcmp(attr->children->content, (const xmlChar *) "0")) ) {
attr              844 ext/simplexml/simplexml.c 	xmlAttrPtr      attr = NULL;
attr              872 ext/simplexml/simplexml.c 		attr = (xmlAttrPtr)node;
attr              876 ext/simplexml/simplexml.c 		attr = node ? node->properties : NULL;
attr              885 ext/simplexml/simplexml.c 				while (attr && nodendx <= Z_LVAL_P(member)) {
attr              886 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              888 ext/simplexml/simplexml.c 							xmlUnlinkNode((xmlNodePtr) attr);
attr              889 ext/simplexml/simplexml.c 							php_libxml_node_free_resource((xmlNodePtr) attr);
attr              894 ext/simplexml/simplexml.c 					attr = attr->next;
attr              897 ext/simplexml/simplexml.c 				while (attr) {
attr              898 ext/simplexml/simplexml.c 					anext = attr->next;
attr              899 ext/simplexml/simplexml.c 					if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && !xmlStrcmp(attr->name, (xmlChar *)Z_STRVAL_P(member)) && match_ns(sxe, (xmlNodePtr) attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr              900 ext/simplexml/simplexml.c 						xmlUnlinkNode((xmlNodePtr) attr);
attr              901 ext/simplexml/simplexml.c 						php_libxml_node_free_resource((xmlNodePtr) attr);
attr              904 ext/simplexml/simplexml.c 					attr = anext;
attr             1032 ext/simplexml/simplexml.c 	xmlAttrPtr       attr;
attr             1048 ext/simplexml/simplexml.c 		attr = node ? (xmlAttrPtr)node->properties : NULL;
attr             1050 ext/simplexml/simplexml.c 		while (attr) {
attr             1051 ext/simplexml/simplexml.c 			if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr)attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr             1054 ext/simplexml/simplexml.c 			attr = attr->next;
attr             1127 ext/simplexml/simplexml.c 	xmlAttrPtr       attr;
attr             1158 ext/simplexml/simplexml.c 			attr = node ? (xmlAttrPtr)node->properties : NULL;
attr             1161 ext/simplexml/simplexml.c 			while (attr) {
attr             1162 ext/simplexml/simplexml.c 				if ((!test || !xmlStrcmp(attr->name, sxe->iter.name)) && match_ns(sxe, (xmlNodePtr)attr, sxe->iter.nsprefix, sxe->iter.isprefix)) {
attr             1163 ext/simplexml/simplexml.c 					ZVAL_STR(&value, sxe_xmlNodeListGetString((xmlDocPtr) sxe->document->ptr, attr->children, 1));
attr             1164 ext/simplexml/simplexml.c 					namelen = xmlStrlen(attr->name);
attr             1169 ext/simplexml/simplexml.c 					add_assoc_zval_ex(&zattr, (char*)attr->name, namelen, &value);
attr             1171 ext/simplexml/simplexml.c 				attr = attr->next;
attr             1510 ext/simplexml/simplexml.c 	xmlAttrPtr  attr;
attr             1516 ext/simplexml/simplexml.c 	attr = node->properties;
attr             1517 ext/simplexml/simplexml.c 	while (attr) {
attr             1518 ext/simplexml/simplexml.c 		if (attr->ns) {
attr             1519 ext/simplexml/simplexml.c 			sxe_add_namespace_name(return_value, attr->ns);
attr             1521 ext/simplexml/simplexml.c 		attr = attr->next;
attr              294 ext/soap/php_encoding.c 			xmlAttrPtr attr = node_ptr->properties;
attr              305 ext/soap/php_encoding.c 					attr = get_attribute(attr, "id");
attr              306 ext/soap/php_encoding.c 					if (attr == NULL || attr->ns == NULL) {
attr              309 ext/soap/php_encoding.c 					attr = attr->next;
attr              311 ext/soap/php_encoding.c 				if (attr) {
attr              312 ext/soap/php_encoding.c 					id = (char*)attr->children->content;
attr              327 ext/soap/php_encoding.c 				attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE);
attr              328 ext/soap/php_encoding.c 				if (attr) {
attr              329 ext/soap/php_encoding.c 					id = (char*)attr->children->content;
attr             1529 ext/soap/php_encoding.c 			sdlAttributePtr attr;
attr             1531 ext/soap/php_encoding.c 			ZEND_HASH_FOREACH_PTR(sdlType->attributes, attr) {
attr             1532 ext/soap/php_encoding.c 				if (attr->name) {
attr             1533 ext/soap/php_encoding.c 					xmlAttrPtr val = get_attribute(data->properties, attr->name);
attr             1538 ext/soap/php_encoding.c 						if (attr->fixed && strcmp(attr->fixed, str_val) != 0) {
attr             1539 ext/soap/php_encoding.c 							soap_error3(E_ERROR, "Encoding: Attribute '%s' has fixed value '%s' (value '%s' is not allowed)", attr->name, attr->fixed, str_val);
attr             1541 ext/soap/php_encoding.c 					} else if (attr->fixed) {
attr             1542 ext/soap/php_encoding.c 						str_val = attr->fixed;
attr             1543 ext/soap/php_encoding.c 					} else if (attr->def) {
attr             1544 ext/soap/php_encoding.c 						str_val = attr->def;
attr             1554 ext/soap/php_encoding.c 						master_to_zval(&data, attr->encode, dummy);
attr             1556 ext/soap/php_encoding.c 						set_zval_property(ret, attr->name, &data);
attr             1916 ext/soap/php_encoding.c 				sdlAttributePtr attr;
attr             1919 ext/soap/php_encoding.c 				ZEND_HASH_FOREACH_PTR(sdlType->attributes, attr) {
attr             1920 ext/soap/php_encoding.c 					if (attr->name) {
attr             1921 ext/soap/php_encoding.c 						zattr = get_zval_property(data, attr->name, &rv);
attr             1925 ext/soap/php_encoding.c 							dummy = master_to_xml(attr->encode, zattr, SOAP_LITERAL, xmlParam);
attr             1927 ext/soap/php_encoding.c 								if (attr->fixed && strcmp(attr->fixed, (char*)dummy->children->content) != 0) {
attr             1928 ext/soap/php_encoding.c 									soap_error3(E_ERROR, "Encoding: Attribute '%s' has fixed value '%s' (value '%s' is not allowed)", attr->name, attr->fixed, dummy->children->content);
attr             1933 ext/soap/php_encoding.c 								if (attr->namens &&
attr             1934 ext/soap/php_encoding.c 								    (!strncmp(attr->namens, XML_NAMESPACE, sizeof(XML_NAMESPACE)) ||
attr             1935 ext/soap/php_encoding.c 								     attr->form == XSD_FORM_QUALIFIED)) {
attr             1936 ext/soap/php_encoding.c 									xmlNsPtr nsp = encode_add_ns(xmlParam, attr->namens);
attr             1938 ext/soap/php_encoding.c 									xmlSetNsProp(xmlParam, nsp, BAD_CAST(attr->name), dummy->children->content);
attr             1940 ext/soap/php_encoding.c 									xmlSetProp(xmlParam, BAD_CAST(attr->name), dummy->children->content);
attr             2472 ext/soap/php_encoding.c 	xmlAttrPtr attr;
attr             2481 ext/soap/php_encoding.c 	    (attr = get_attribute(data->properties,"arrayType")) &&
attr             2482 ext/soap/php_encoding.c 	    attr->children && attr->children->content) {
attr             2486 ext/soap/php_encoding.c 		parse_namespace(attr->children->content, &type, &ns);
attr             2487 ext/soap/php_encoding.c 		nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
attr             2501 ext/soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"itemType")) &&
attr             2502 ext/soap/php_encoding.c 	    attr->children &&
attr             2503 ext/soap/php_encoding.c 	    attr->children->content) {
attr             2507 ext/soap/php_encoding.c 		parse_namespace(attr->children->content, &type, &ns);
attr             2508 ext/soap/php_encoding.c 		nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
attr             2515 ext/soap/php_encoding.c 		if ((attr = get_attribute(data->properties,"arraySize")) &&
attr             2516 ext/soap/php_encoding.c 		    attr->children && attr->children->content) {
attr             2517 ext/soap/php_encoding.c 			dimension = calc_dimension_12((char*)attr->children->content);
attr             2518 ext/soap/php_encoding.c 			dims = get_position_12(dimension, (char*)attr->children->content);
attr             2524 ext/soap/php_encoding.c 	} else if ((attr = get_attribute(data->properties,"arraySize")) &&
attr             2525 ext/soap/php_encoding.c 	    attr->children && attr->children->content) {
attr             2527 ext/soap/php_encoding.c 		dimension = calc_dimension_12((char*)attr->children->content);
attr             2528 ext/soap/php_encoding.c 		dims = get_position_12(dimension, (char*)attr->children->content);
attr             2603 ext/soap/php_encoding.c 	    (attr = get_attribute(data->properties,"offset")) &&
attr             2604 ext/soap/php_encoding.c 	     attr->children && attr->children->content) {
attr             2605 ext/soap/php_encoding.c 		char* tmp = strrchr((char*)attr->children->content,'[');
attr             2608 ext/soap/php_encoding.c 			tmp = (char*)attr->children->content;
attr               30 ext/soap/php_packet_soap.c 	xmlAttrPtr attr;
attr               82 ext/soap/php_packet_soap.c 	attr = env->properties;
attr               83 ext/soap/php_packet_soap.c 	while (attr != NULL) {
attr               84 ext/soap/php_packet_soap.c 		if (attr->ns == NULL) {
attr               88 ext/soap/php_packet_soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr               93 ext/soap/php_packet_soap.c 			} else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) {
attr               99 ext/soap/php_packet_soap.c 		attr = attr->next;
attr              130 ext/soap/php_packet_soap.c 	attr = body->properties;
attr              131 ext/soap/php_packet_soap.c 	while (attr != NULL) {
attr              132 ext/soap/php_packet_soap.c 		if (attr->ns == NULL) {
attr              138 ext/soap/php_packet_soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr              143 ext/soap/php_packet_soap.c 			} else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) {
attr              149 ext/soap/php_packet_soap.c 		attr = attr->next;
attr              158 ext/soap/php_packet_soap.c 		attr = head->properties;
attr              159 ext/soap/php_packet_soap.c 		while (attr != NULL) {
attr              160 ext/soap/php_packet_soap.c 			if (attr->ns == NULL) {
attr              164 ext/soap/php_packet_soap.c 			} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr              169 ext/soap/php_packet_soap.c 				} else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) {
attr              175 ext/soap/php_packet_soap.c 			attr = attr->next;
attr              986 ext/soap/php_schema.c 	xmlAttrPtr attr = get_attribute(node->properties, "minOccurs");
attr              988 ext/soap/php_schema.c 	if (attr) {
attr              989 ext/soap/php_schema.c 		model->min_occurs = atoi((char*)attr->children->content);
attr              994 ext/soap/php_schema.c 	attr = get_attribute(node->properties, "maxOccurs");
attr              995 ext/soap/php_schema.c 	if (attr) {
attr              996 ext/soap/php_schema.c 		if (!strncmp((char*)attr->children->content, "unbounded", sizeof("unbounded"))) {
attr              999 ext/soap/php_schema.c 			model->max_occurs = atoi((char*)attr->children->content);
attr             1491 ext/soap/php_schema.c 	xmlAttrPtr attrs, attr, ns, name, type, ref = NULL;
attr             1592 ext/soap/php_schema.c 	attr = get_attribute(attrs, "nillable");
attr             1593 ext/soap/php_schema.c 	if (attr) {
attr             1597 ext/soap/php_schema.c 		if (!stricmp((char*)attr->children->content, "true") ||
attr             1598 ext/soap/php_schema.c 			!stricmp((char*)attr->children->content, "1")) {
attr             1607 ext/soap/php_schema.c 	attr = get_attribute(attrs, "fixed");
attr             1608 ext/soap/php_schema.c 	if (attr) {
attr             1612 ext/soap/php_schema.c 		cur_type->fixed = estrdup((char*)attr->children->content);
attr             1615 ext/soap/php_schema.c 	attr = get_attribute(attrs, "default");
attr             1616 ext/soap/php_schema.c 	if (attr) {
attr             1622 ext/soap/php_schema.c 		cur_type->def = estrdup((char*)attr->children->content);
attr             1626 ext/soap/php_schema.c 	attr = get_attribute(attrs, "form");
attr             1627 ext/soap/php_schema.c 	if (attr) {
attr             1628 ext/soap/php_schema.c 		if (strncmp((char*)attr->children->content, "qualified", sizeof("qualified")) == 0) {
attr             1630 ext/soap/php_schema.c 		} else if (strncmp((char*)attr->children->content, "unqualified", sizeof("unqualified")) == 0) {
attr             1733 ext/soap/php_schema.c 	xmlAttrPtr attr, name, ref = NULL, type = NULL;
attr             1823 ext/soap/php_schema.c 	attr = attrType->properties;
attr             1824 ext/soap/php_schema.c 	while (attr != NULL) {
attr             1825 ext/soap/php_schema.c 		if (attr_is_equal_ex(attr, "default", SCHEMA_NAMESPACE)) {
attr             1826 ext/soap/php_schema.c 			newAttr->def = estrdup((char*)attr->children->content);
attr             1827 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "fixed", SCHEMA_NAMESPACE)) {
attr             1828 ext/soap/php_schema.c 			newAttr->fixed = estrdup((char*)attr->children->content);
attr             1829 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "form", SCHEMA_NAMESPACE)) {
attr             1830 ext/soap/php_schema.c 			if (strncmp((char*)attr->children->content, "qualified", sizeof("qualified")) == 0) {
attr             1832 ext/soap/php_schema.c 			} else if (strncmp((char*)attr->children->content, "unqualified", sizeof("unqualified")) == 0) {
attr             1837 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "id", SCHEMA_NAMESPACE)) {
attr             1839 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "name", SCHEMA_NAMESPACE)) {
attr             1840 ext/soap/php_schema.c 			newAttr->name = estrdup((char*)attr->children->content);
attr             1841 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "ref", SCHEMA_NAMESPACE)) {
attr             1843 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "type", SCHEMA_NAMESPACE)) {
attr             1845 ext/soap/php_schema.c 		} else if (attr_is_equal_ex(attr, "use", SCHEMA_NAMESPACE)) {
attr             1846 ext/soap/php_schema.c 			if (strncmp((char*)attr->children->content, "prohibited", sizeof("prohibited")) == 0) {
attr             1848 ext/soap/php_schema.c 			} else if (strncmp((char*)attr->children->content, "required", sizeof("required")) == 0) {
attr             1850 ext/soap/php_schema.c 			} else if (strncmp((char*)attr->children->content, "optional", sizeof("optional")) == 0) {
attr             1856 ext/soap/php_schema.c 			xmlNsPtr nsPtr = attr_find_ns(attr);
attr             1866 ext/soap/php_schema.c 				parse_namespace(attr->children->content, &value, &ns);
attr             1867 ext/soap/php_schema.c 				nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns));
attr             1872 ext/soap/php_schema.c 					ext->val = estrdup((char*)attr->children->content);
attr             1884 ext/soap/php_schema.c 				smart_str_appends(&key2, (char*)attr->name);
attr             1890 ext/soap/php_schema.c 		attr = attr->next;
attr             2085 ext/soap/php_schema.c static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr)
attr             2089 ext/soap/php_schema.c 	if (attr->ref != NULL) {
attr             2091 ext/soap/php_schema.c 			tmp = (sdlAttributePtr)schema_find_by_ref(ctx->attributes, attr->ref);
attr             2094 ext/soap/php_schema.c 				if (tmp->name != NULL && attr->name == NULL) {
attr             2095 ext/soap/php_schema.c 					attr->name = estrdup(tmp->name);
attr             2097 ext/soap/php_schema.c 				if (tmp->namens != NULL && attr->namens == NULL) {
attr             2098 ext/soap/php_schema.c 					attr->namens = estrdup(tmp->namens);
attr             2100 ext/soap/php_schema.c 				if (tmp->def != NULL && attr->def == NULL) {
attr             2101 ext/soap/php_schema.c 					attr->def = estrdup(tmp->def);
attr             2103 ext/soap/php_schema.c 				if (tmp->fixed != NULL && attr->fixed == NULL) {
attr             2104 ext/soap/php_schema.c 					attr->fixed = estrdup(tmp->fixed);
attr             2106 ext/soap/php_schema.c 				if (attr->form == XSD_FORM_DEFAULT) {
attr             2107 ext/soap/php_schema.c 					attr->form = tmp->form;
attr             2109 ext/soap/php_schema.c 				if (attr->use == XSD_USE_DEFAULT) {
attr             2110 ext/soap/php_schema.c 					attr->use  = tmp->use;
attr             2113 ext/soap/php_schema.c 					attr->extraAttributes = emalloc(sizeof(HashTable));
attr             2114 ext/soap/php_schema.c 					zend_hash_init(attr->extraAttributes, zend_hash_num_elements(tmp->extraAttributes), NULL, delete_extra_attribute, 0);
attr             2115 ext/soap/php_schema.c 					zend_hash_copy(attr->extraAttributes, tmp->extraAttributes, copy_extra_attribute);
attr             2117 ext/soap/php_schema.c 				attr->encode = tmp->encode;
attr             2120 ext/soap/php_schema.c 		if (attr->name == NULL && attr->ref != NULL) {
attr             2121 ext/soap/php_schema.c 			char *name = strrchr(attr->ref, ':');
attr             2123 ext/soap/php_schema.c 				attr->name = estrdup(name+1);
attr             2125 ext/soap/php_schema.c 				attr->name = estrdup(attr->ref);
attr             2128 ext/soap/php_schema.c 		efree(attr->ref);
attr             2129 ext/soap/php_schema.c 		attr->ref = NULL;
attr             2133 ext/soap/php_schema.c static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr attr, HashTable *ht)
attr             2138 ext/soap/php_schema.c 	if (attr->ref != NULL) {
attr             2140 ext/soap/php_schema.c 			tmp = (sdlTypePtr)schema_find_by_ref(ctx->attributeGroups, attr->ref);
attr             2179 ext/soap/php_schema.c 		efree(attr->ref);
attr             2180 ext/soap/php_schema.c 		attr->ref = NULL;
attr             2231 ext/soap/php_schema.c 	sdlAttributePtr attr;
attr             2270 ext/soap/php_schema.c 		ZEND_HASH_FOREACH_KEY_PTR(type->attributes, index, str_key, attr) {
attr             2272 ext/soap/php_schema.c 				schema_attribute_fixup(ctx, attr);
attr             2274 ext/soap/php_schema.c 				schema_attributegroup_fixup(ctx, attr, type->attributes);
attr             2284 ext/soap/php_schema.c 	sdlAttributePtr attr;
attr             2288 ext/soap/php_schema.c 		ZEND_HASH_FOREACH_PTR(ctx->attributes, attr) {
attr             2289 ext/soap/php_schema.c 			schema_attribute_fixup(ctx, attr);
attr             2469 ext/soap/php_schema.c 	sdlExtraAttributePtr attr = Z_PTR_P(zv);
attr             2471 ext/soap/php_schema.c 	if (attr->ns) {
attr             2472 ext/soap/php_schema.c 		efree(attr->ns);
attr             2474 ext/soap/php_schema.c 	if (attr->val) {
attr             2475 ext/soap/php_schema.c 		efree(attr->val);
attr             2477 ext/soap/php_schema.c 	efree(attr);
attr             2482 ext/soap/php_schema.c 	sdlExtraAttributePtr attr = Z_PTR_P(zv);
attr             2484 ext/soap/php_schema.c 	if (attr->ns) {
attr             2485 ext/soap/php_schema.c 		free(attr->ns);
attr             2487 ext/soap/php_schema.c 	if (attr->val) {
attr             2488 ext/soap/php_schema.c 		free(attr->val);
attr             2490 ext/soap/php_schema.c 	free(attr);
attr             2495 ext/soap/php_schema.c 	sdlAttributePtr attr = Z_PTR_P(zv);
attr             2497 ext/soap/php_schema.c 	if (attr->def) {
attr             2498 ext/soap/php_schema.c 		efree(attr->def);
attr             2500 ext/soap/php_schema.c 	if (attr->fixed) {
attr             2501 ext/soap/php_schema.c 		efree(attr->fixed);
attr             2503 ext/soap/php_schema.c 	if (attr->name) {
attr             2504 ext/soap/php_schema.c 		efree(attr->name);
attr             2506 ext/soap/php_schema.c 	if (attr->namens) {
attr             2507 ext/soap/php_schema.c 		efree(attr->namens);
attr             2509 ext/soap/php_schema.c 	if (attr->ref) {
attr             2510 ext/soap/php_schema.c 		efree(attr->ref);
attr             2512 ext/soap/php_schema.c 	if (attr->extraAttributes) {
attr             2513 ext/soap/php_schema.c 		zend_hash_destroy(attr->extraAttributes);
attr             2514 ext/soap/php_schema.c 		efree(attr->extraAttributes);
attr             2516 ext/soap/php_schema.c 	efree(attr);
attr             2521 ext/soap/php_schema.c 	sdlAttributePtr attr = Z_PTR_P(zv);
attr             2523 ext/soap/php_schema.c 	if (attr->def) {
attr             2524 ext/soap/php_schema.c 		free(attr->def);
attr             2526 ext/soap/php_schema.c 	if (attr->fixed) {
attr             2527 ext/soap/php_schema.c 		free(attr->fixed);
attr             2529 ext/soap/php_schema.c 	if (attr->name) {
attr             2530 ext/soap/php_schema.c 		free(attr->name);
attr             2532 ext/soap/php_schema.c 	if (attr->namens) {
attr             2533 ext/soap/php_schema.c 		free(attr->namens);
attr             2535 ext/soap/php_schema.c 	if (attr->ref) {
attr             2536 ext/soap/php_schema.c 		free(attr->ref);
attr             2538 ext/soap/php_schema.c 	if (attr->extraAttributes) {
attr             2539 ext/soap/php_schema.c 		zend_hash_destroy(attr->extraAttributes);
attr             2540 ext/soap/php_schema.c 		free(attr->extraAttributes);
attr             2542 ext/soap/php_schema.c 	free(attr);
attr              215 ext/soap/php_sdl.c 		xmlAttrPtr attr;
attr              216 ext/soap/php_sdl.c 		if ((attr = get_attribute_ex(node->properties, "required", WSDL_NAMESPACE)) != NULL &&
attr              217 ext/soap/php_sdl.c 		     attr->children && attr->children->content &&
attr              218 ext/soap/php_sdl.c 		     (strcmp((char*)attr->children->content, "1") == 0 ||
attr              219 ext/soap/php_sdl.c 		      strcmp((char*)attr->children->content, "true") == 0)) {
attr             1221 ext/soap/php_sdl.c static void sdl_deserialize_attribute(sdlAttributePtr attr, encodePtr *encoders, char **in)
attr             1225 ext/soap/php_sdl.c 	attr->name = sdl_deserialize_string(in);
attr             1226 ext/soap/php_sdl.c 	attr->namens = sdl_deserialize_string(in);
attr             1227 ext/soap/php_sdl.c 	attr->ref = sdl_deserialize_string(in);
attr             1228 ext/soap/php_sdl.c 	attr->def = sdl_deserialize_string(in);
attr             1229 ext/soap/php_sdl.c 	attr->fixed = sdl_deserialize_string(in);
attr             1230 ext/soap/php_sdl.c 	WSDL_CACHE_GET_1(attr->form, sdlForm, in);
attr             1231 ext/soap/php_sdl.c 	WSDL_CACHE_GET_1(attr->use, sdlUse, in);
attr             1233 ext/soap/php_sdl.c 	attr->encode = encoders[i];
attr             1236 ext/soap/php_sdl.c 		attr->extraAttributes = emalloc(sizeof(HashTable));
attr             1237 ext/soap/php_sdl.c 		zend_hash_init(attr->extraAttributes, i, NULL, delete_extra_attribute, 0);
attr             1240 ext/soap/php_sdl.c 			sdl_deserialize_key(attr->extraAttributes, x, in);
attr             1383 ext/soap/php_sdl.c 			sdlAttributePtr attr = emalloc(sizeof(sdlAttribute));
attr             1384 ext/soap/php_sdl.c 			memset(attr, 0, sizeof(sdlAttribute));
attr             1385 ext/soap/php_sdl.c 			sdl_deserialize_key(type->attributes, attr, in);
attr             1386 ext/soap/php_sdl.c 			sdl_deserialize_attribute(attr, encoders, in);
attr             1831 ext/soap/php_sdl.c static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out)
attr             1835 ext/soap/php_sdl.c 	sdl_serialize_string(attr->name, out);
attr             1836 ext/soap/php_sdl.c 	sdl_serialize_string(attr->namens, out);
attr             1837 ext/soap/php_sdl.c 	sdl_serialize_string(attr->ref, out);
attr             1838 ext/soap/php_sdl.c 	sdl_serialize_string(attr->def, out);
attr             1839 ext/soap/php_sdl.c 	sdl_serialize_string(attr->fixed, out);
attr             1840 ext/soap/php_sdl.c 	WSDL_CACHE_PUT_1(attr->form, out);
attr             1841 ext/soap/php_sdl.c 	WSDL_CACHE_PUT_1(attr->use, out);
attr             1842 ext/soap/php_sdl.c 	sdl_serialize_encoder_ref(attr->encode, tmp_encoders, out);
attr             1843 ext/soap/php_sdl.c 	if (attr->extraAttributes) {
attr             1844 ext/soap/php_sdl.c 		i = zend_hash_num_elements(attr->extraAttributes);
attr             1853 ext/soap/php_sdl.c 		ZEND_HASH_FOREACH_STR_KEY_PTR(attr->extraAttributes, key, tmp) {
attr             2589 ext/soap/php_sdl.c static sdlAttributePtr make_persistent_sdl_attribute(sdlAttributePtr attr, HashTable *ptr_map, HashTable *bp_types, HashTable *bp_encoders)
attr             2597 ext/soap/php_sdl.c 	*pattr = *attr;
attr             2624 ext/soap/php_sdl.c 		zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete_extra_attribute_persistent, 1);
attr              278 ext/soap/php_xml.c 	xmlAttrPtr attr;
attr              288 ext/soap/php_xml.c 		attr = get_attribute_ex(node->properties, attribute, attr_ns);
attr              289 ext/soap/php_xml.c 		if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) {
attr              301 ext/soap/php_xml.c 			xmlAttrPtr attr = get_attribute_ex(node->properties, attribute, attr_ns);
attr              302 ext/soap/php_xml.c 			if (attr != NULL && strcmp((char*)attr->children->content, value) == 0) {
attr               28 ext/soap/php_xml.h #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL, attr, val, NULL)
attr               29 ext/soap/php_xml.h #define get_node_with_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_ex(node, name, NULL, attr, val, NULL)
attr             3458 ext/soap/soap.c 	xmlAttrPtr attr;
attr             3488 ext/soap/soap.c 	attr = env->properties;
attr             3489 ext/soap/soap.c 	while (attr != NULL) {
attr             3490 ext/soap/soap.c 		if (attr->ns == NULL) {
attr             3492 ext/soap/soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr             3495 ext/soap/soap.c 			} else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
attr             3499 ext/soap/soap.c 		attr = attr->next;
attr             3528 ext/soap/soap.c 	attr = body->properties;
attr             3529 ext/soap/soap.c 	while (attr != NULL) {
attr             3530 ext/soap/soap.c 		if (attr->ns == NULL) {
attr             3534 ext/soap/soap.c 		} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr             3537 ext/soap/soap.c 			} else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
attr             3541 ext/soap/soap.c 		attr = attr->next;
attr             3571 ext/soap/soap.c 			attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
attr             3572 ext/soap/soap.c 			if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
attr             3576 ext/soap/soap.c 			attr = get_attribute_ex(func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
attr             3577 ext/soap/soap.c 			if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
attr             3595 ext/soap/soap.c 		attr = head->properties;
attr             3596 ext/soap/soap.c 		while (attr != NULL) {
attr             3597 ext/soap/soap.c 			if (attr->ns == NULL) {
attr             3599 ext/soap/soap.c 			} else if (attr_is_equal_ex(attr,"encodingStyle",SOAP_1_2_ENV_NAMESPACE)) {
attr             3602 ext/soap/soap.c 				} else if (strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
attr             3606 ext/soap/soap.c 			attr = attr->next;
attr             3615 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_1_ENV_NAMESPACE);
attr             3616 ext/soap/soap.c 					if (attr && strcmp((char*)attr->children->content,SOAP_1_1_ENC_NAMESPACE) != 0) {
attr             3619 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"actor",envelope_ns);
attr             3620 ext/soap/soap.c 					if (attr != NULL) {
attr             3621 ext/soap/soap.c 						if (strcmp((char*)attr->children->content,SOAP_1_1_ACTOR_NEXT) != 0 &&
attr             3622 ext/soap/soap.c 						    (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
attr             3627 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"encodingStyle",SOAP_1_2_ENV_NAMESPACE);
attr             3628 ext/soap/soap.c 					if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) {
attr             3631 ext/soap/soap.c 					attr = get_attribute_ex(hdr_func->properties,"role",envelope_ns);
attr             3632 ext/soap/soap.c 					if (attr != NULL) {
attr             3633 ext/soap/soap.c 						if (strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_UNLIMATERECEIVER) != 0 &&
attr             3634 ext/soap/soap.c 						    strcmp((char*)attr->children->content,SOAP_1_2_ACTOR_NEXT) != 0 &&
attr             3635 ext/soap/soap.c 						    (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) {
attr             3640 ext/soap/soap.c 				attr = get_attribute_ex(hdr_func->properties,"mustUnderstand",envelope_ns);
attr             3641 ext/soap/soap.c 				if (attr) {
attr             3642 ext/soap/soap.c 					if (strcmp((char*)attr->children->content,"1") == 0 ||
attr             3643 ext/soap/soap.c 					    strcmp((char*)attr->children->content,"true") == 0) {
attr             3645 ext/soap/soap.c 					} else if (strcmp((char*)attr->children->content,"0") == 0 ||
attr             3646 ext/soap/soap.c 					           strcmp((char*)attr->children->content,"false") == 0) {
attr             4733 ext/soap/soap.c 			  sdlAttributePtr attr;
attr             4737 ext/soap/soap.c 				    (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_1_ENC_NAMESPACE":arrayType",
attr             4739 ext/soap/soap.c 					attr->extraAttributes &&
attr             4740 ext/soap/soap.c 				    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":arrayType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
attr             4761 ext/soap/soap.c 					    (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType",
attr             4763 ext/soap/soap.c 						attr->extraAttributes &&
attr             4764 ext/soap/soap.c 				    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arrayType")-1)) != NULL) {
attr             4779 ext/soap/soap.c 					    (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize",
attr             4781 ext/soap/soap.c 						attr->extraAttributes &&
attr             4782 ext/soap/soap.c 					    (ext = zend_hash_str_find_ptr(attr->extraAttributes, WSDL_NAMESPACE":itemType", sizeof(WSDL_NAMESPACE":arraySize")-1)) != NULL) {
attr             4818 ext/soap/soap.c 					sdlAttributePtr attr;
attr             4820 ext/soap/soap.c 					ZEND_HASH_FOREACH_PTR(type->attributes, attr) {
attr             4825 ext/soap/soap.c 						if (attr->encode && attr->encode->details.type_str) {
attr             4826 ext/soap/soap.c 							smart_str_appends(buf, attr->encode->details.type_str);
attr             4831 ext/soap/soap.c 						smart_str_appends(buf, attr->name);
attr             37777 ext/sqlite3/libsqlite/sqlite3.c   DWORD attr;
attr             37791 ext/sqlite3/libsqlite/sqlite3.c     attr = sAttrData.dwFileAttributes;
attr             37794 ext/sqlite3/libsqlite/sqlite3.c     attr = osGetFileAttributesA((char*)zConverted);
attr             37797 ext/sqlite3/libsqlite/sqlite3.c   return (attr!=INVALID_FILE_ATTRIBUTES) && (attr&FILE_ATTRIBUTE_DIRECTORY);
attr             38101 ext/sqlite3/libsqlite/sqlite3.c   DWORD attr;
attr             38122 ext/sqlite3/libsqlite/sqlite3.c         attr = sAttrData.dwFileAttributes;
attr             38134 ext/sqlite3/libsqlite/sqlite3.c       attr = osGetFileAttributesW(zConverted);
attr             38136 ext/sqlite3/libsqlite/sqlite3.c       if ( attr==INVALID_FILE_ATTRIBUTES ){
attr             38146 ext/sqlite3/libsqlite/sqlite3.c       if ( attr&FILE_ATTRIBUTE_DIRECTORY ){
attr             38163 ext/sqlite3/libsqlite/sqlite3.c       attr = osGetFileAttributesA(zConverted);
attr             38164 ext/sqlite3/libsqlite/sqlite3.c       if ( attr==INVALID_FILE_ATTRIBUTES ){
attr             38174 ext/sqlite3/libsqlite/sqlite3.c       if ( attr&FILE_ATTRIBUTE_DIRECTORY ){
attr             38208 ext/sqlite3/libsqlite/sqlite3.c   DWORD attr;
attr             38237 ext/sqlite3/libsqlite/sqlite3.c         attr = INVALID_FILE_ATTRIBUTES;
attr             38239 ext/sqlite3/libsqlite/sqlite3.c         attr = sAttrData.dwFileAttributes;
attr             38248 ext/sqlite3/libsqlite/sqlite3.c         attr = INVALID_FILE_ATTRIBUTES;
attr             38254 ext/sqlite3/libsqlite/sqlite3.c     attr = osGetFileAttributesA((char*)zConverted);
attr             38261 ext/sqlite3/libsqlite/sqlite3.c       rc = attr!=INVALID_FILE_ATTRIBUTES;
attr             38264 ext/sqlite3/libsqlite/sqlite3.c       rc = attr!=INVALID_FILE_ATTRIBUTES &&
attr             38265 ext/sqlite3/libsqlite/sqlite3.c              (attr & FILE_ATTRIBUTE_READONLY)==0;
attr              119 ext/standard/link_win32.c 	DWORD attr;
attr              169 ext/standard/link_win32.c 	if ((attr = GetFileAttributes(topath)) == INVALID_FILE_ATTRIBUTES) {
attr              177 ext/standard/link_win32.c 	ret = pCreateSymbolicLinkA(source_p, topath, (attr & FILE_ATTRIBUTE_DIRECTORY ? 1 : 0));
attr              610 ext/xmlrpc/libxmlrpc/xml_element.c          xml_element_attr* attr = malloc(sizeof(xml_element_attr));
attr              611 ext/xmlrpc/libxmlrpc/xml_element.c          if(attr) {
attr              612 ext/xmlrpc/libxmlrpc/xml_element.c             attr->key = strdup(*p);
attr              613 ext/xmlrpc/libxmlrpc/xml_element.c             attr->val = strdup(*(p+1));
attr              614 ext/xmlrpc/libxmlrpc/xml_element.c             Q_PushTail(&mydata->current->attrs, attr);
attr               69 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	xml_element_attr* attr = malloc(sizeof(xml_element_attr));
attr               70 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	if (attr) {
attr               71 ext/xmlrpc/libxmlrpc/xml_to_soap.c 		attr->key = key ? strdup(key) : NULL;
attr               72 ext/xmlrpc/libxmlrpc/xml_to_soap.c 		attr->val = val ? strdup(val) : NULL;
attr               74 ext/xmlrpc/libxmlrpc/xml_to_soap.c 	return attr;
attr             1353 ext/xmlrpc/xmlrpc-epi-php.c 					zval* attr;
attr             1356 ext/xmlrpc/xmlrpc-epi-php.c 					if ((attr = zend_hash_str_find(Z_OBJPROP_P(value), OBJECT_TYPE_ATTR, sizeof(OBJECT_TYPE_ATTR) - 1)) != NULL) {
attr             1357 ext/xmlrpc/xmlrpc-epi-php.c 						if (Z_TYPE_P(attr) == IS_STRING) {
attr             1358 ext/xmlrpc/xmlrpc-epi-php.c 							type = xmlrpc_str_as_type(Z_STRVAL_P(attr));
attr             2078 ext/zip/php_zip.c 	zend_long flags=0, opsys, attr;
attr             2088 ext/zip/php_zip.c 			&name, &name_len, &opsys, &attr, &flags) == FAILURE) {
attr             2101 ext/zip/php_zip.c 			(zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
attr             2114 ext/zip/php_zip.c 	zend_long index, flags=0, opsys, attr;
attr             2124 ext/zip/php_zip.c 			&index, &opsys, &attr, &flags) == FAILURE) {
attr             2130 ext/zip/php_zip.c 			(zip_flags_t)flags, (zip_uint8_t)(opsys&0xff), (zip_uint32_t)attr) < 0) {
attr             2147 ext/zip/php_zip.c 	zip_uint32_t attr;
attr             2170 ext/zip/php_zip.c 			(zip_flags_t)flags, &opsys, &attr) < 0) {
attr             2176 ext/zip/php_zip.c 	ZVAL_LONG(z_attr, attr);
attr             2189 ext/zip/php_zip.c 	zip_uint32_t attr;
attr             2205 ext/zip/php_zip.c 			(zip_flags_t)flags, &opsys, &attr) < 0) {
attr             2211 ext/zip/php_zip.c 	ZVAL_LONG(z_attr, attr);
attr             2920 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, attr)
attr             2927 ext/zip/php_zip.c 	ZEND_ARG_INFO(0, attr)
attr             2934 ext/zip/php_zip.c 	ZEND_ARG_INFO(1, attr)
attr             2941 ext/zip/php_zip.c 	ZEND_ARG_INFO(1, attr)