key2              251 ext/intl/collator/collator_sort.c 	char* key2 = ((collator_sort_key_index_t*)p2)->key;
key2              253 ext/intl/collator/collator_sort.c 	return strcmp( key1, key2 );
key2             1859 ext/soap/php_schema.c 				smart_str key2 = {0};
key2             1882 ext/soap/php_schema.c 				smart_str_appends(&key2, (char*)nsPtr->href);
key2             1883 ext/soap/php_schema.c 				smart_str_appendc(&key2, ':');
key2             1884 ext/soap/php_schema.c 				smart_str_appends(&key2, (char*)attr->name);
key2             1885 ext/soap/php_schema.c 				smart_str_0(&key2);
key2             1886 ext/soap/php_schema.c 				zend_hash_add_ptr(newAttr->extraAttributes, key2.s, ext);
key2             1887 ext/soap/php_schema.c 				smart_str_free(&key2);