diff_key_compare_func 4383 ext/standard/array.c 	int (*diff_key_compare_func)(const void *, const void *);
diff_key_compare_func 4387 ext/standard/array.c 		diff_key_compare_func = php_array_key_compare_string;
diff_key_compare_func 4423 ext/standard/array.c 			diff_key_compare_func = php_array_key_compare_string;
diff_key_compare_func 4429 ext/standard/array.c 			diff_key_compare_func = php_array_key_compare_string;
diff_key_compare_func 4437 ext/standard/array.c 			diff_key_compare_func = php_array_user_key_compare;
diff_key_compare_func 4445 ext/standard/array.c 			diff_key_compare_func = php_array_user_key_compare;
diff_key_compare_func 4513 ext/standard/array.c 						sizeof(Bucket), diff_key_compare_func, (swap_func_t)zend_hash_bucket_swap);
diff_key_compare_func 4538 ext/standard/array.c 				while (Z_TYPE(ptr->val) != IS_UNDEF && (0 != (c = diff_key_compare_func(ptrs[0], ptr)))) {