diff_key_compare_func 3335 ext/standard/array.c 	int (*diff_key_compare_func)(const void *, const void * TSRMLS_DC);
diff_key_compare_func 3339 ext/standard/array.c 		diff_key_compare_func = php_array_key_compare;
diff_key_compare_func 3375 ext/standard/array.c 			diff_key_compare_func = php_array_key_compare;
diff_key_compare_func 3381 ext/standard/array.c 			diff_key_compare_func = php_array_key_compare;
diff_key_compare_func 3389 ext/standard/array.c 			diff_key_compare_func = php_array_user_key_compare;
diff_key_compare_func 3397 ext/standard/array.c 			diff_key_compare_func = php_array_user_key_compare;
diff_key_compare_func 3462 ext/standard/array.c 			zend_qsort((void *) lists[i], hash->nNumOfElements, sizeof(Bucket *), diff_key_compare_func TSRMLS_CC);
diff_key_compare_func 3495 ext/standard/array.c 				while (*ptr && (0 != (c = diff_key_compare_func(ptrs[0], ptr TSRMLS_CC)))) {