key_compare_type 2903 ext/standard/array.c static void php_array_intersect(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int key_compare_type) /* {{{ */
key_compare_type 2954 ext/standard/array.c 		if (data_compare_type == INTERSECT_COMP_DATA_INTERNAL && key_compare_type == INTERSECT_COMP_KEY_INTERNAL) {
key_compare_type 2960 ext/standard/array.c 		} else if (data_compare_type == INTERSECT_COMP_DATA_USER && key_compare_type == INTERSECT_COMP_KEY_INTERNAL) {
key_compare_type 2968 ext/standard/array.c 		} else if (data_compare_type == INTERSECT_COMP_DATA_INTERNAL && key_compare_type == INTERSECT_COMP_KEY_USER) {
key_compare_type 2976 ext/standard/array.c 		} else if (data_compare_type == INTERSECT_COMP_DATA_USER && key_compare_type == INTERSECT_COMP_KEY_USER) {
key_compare_type 2987 ext/standard/array.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug", data_compare_type, key_compare_type);
key_compare_type 3015 ext/standard/array.c 	} else if (behavior & INTERSECT_ASSOC && key_compare_type == INTERSECT_COMP_KEY_USER) {
key_compare_type 3065 ext/standard/array.c 			key_compare_type == INTERSECT_COMP_KEY_USER) {
key_compare_type 3091 ext/standard/array.c 						if (key_compare_type == INTERSECT_COMP_KEY_USER) {
key_compare_type 3321 ext/standard/array.c static void php_array_diff(INTERNAL_FUNCTION_PARAMETERS, int behavior, int data_compare_type, int key_compare_type) /* {{{ */
key_compare_type 3371 ext/standard/array.c 		if (data_compare_type == DIFF_COMP_DATA_INTERNAL && key_compare_type == DIFF_COMP_KEY_INTERNAL) {
key_compare_type 3377 ext/standard/array.c 		} else if (data_compare_type == DIFF_COMP_DATA_USER && key_compare_type == DIFF_COMP_KEY_INTERNAL) {
key_compare_type 3385 ext/standard/array.c 		} else if (data_compare_type == DIFF_COMP_DATA_INTERNAL && key_compare_type == DIFF_COMP_KEY_USER) {
key_compare_type 3393 ext/standard/array.c 		} else if (data_compare_type == DIFF_COMP_DATA_USER && key_compare_type == DIFF_COMP_KEY_USER) {
key_compare_type 3404 ext/standard/array.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "data_compare_type is %d. key_compare_type is %d. This should never happen. Please report as a bug", data_compare_type, key_compare_type);
key_compare_type 3432 ext/standard/array.c 	} else if (behavior & DIFF_ASSOC && key_compare_type == DIFF_COMP_KEY_USER) {
key_compare_type 3482 ext/standard/array.c 			key_compare_type == DIFF_COMP_KEY_USER
key_compare_type 3516 ext/standard/array.c 							if (key_compare_type == DIFF_COMP_KEY_USER) {