key2              254 ext/intl/collator/collator_sort.c 	char* key2 = ((collator_sort_key_index_t*)p2)->key;
key2              256 ext/intl/collator/collator_sort.c 	return strcmp( key1, key2 );
key2             1857 ext/soap/php_schema.c 				smart_str key2 = {0};
key2             1880 ext/soap/php_schema.c 				smart_str_appends(&key2, (char*)nsPtr->href);
key2             1881 ext/soap/php_schema.c 				smart_str_appendc(&key2, ':');
key2             1882 ext/soap/php_schema.c 				smart_str_appends(&key2, (char*)attr->name);
key2             1883 ext/soap/php_schema.c 				smart_str_0(&key2);
key2             1884 ext/soap/php_schema.c 				zend_hash_add(newAttr->extraAttributes, key2.c, key2.len + 1, &ext, sizeof(sdlExtraAttributePtr), NULL);
key2             1885 ext/soap/php_schema.c 				smart_str_free(&key2);
key2              723 ext/standard/array.c 	zval *key1, *key2;
key2              729 ext/standard/array.c 	ALLOC_INIT_ZVAL(key2);
key2              731 ext/standard/array.c 	args[1] = &key2;
key2              745 ext/standard/array.c 		Z_LVAL_P(key2) = s->h;
key2              746 ext/standard/array.c 		Z_TYPE_P(key2) = IS_LONG;
key2              748 ext/standard/array.c 		Z_STRVAL_P(key2) = estrndup(s->arKey, s->nKeyLength - 1);
key2              749 ext/standard/array.c 		Z_STRLEN_P(key2) = s->nKeyLength - 1;
key2              750 ext/standard/array.c 		Z_TYPE_P(key2) = IS_STRING;
key2              766 ext/standard/array.c 	zval_ptr_dtor(&key2);