key_compare_type 3945 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 3997 ext/standard/array.c 		if (data_compare_type == INTERSECT_COMP_DATA_INTERNAL && key_compare_type == INTERSECT_COMP_KEY_INTERNAL) {
key_compare_type 4003 ext/standard/array.c 		} else if (data_compare_type == INTERSECT_COMP_DATA_USER && key_compare_type == INTERSECT_COMP_KEY_INTERNAL) {
key_compare_type 4011 ext/standard/array.c 		} else if (data_compare_type == INTERSECT_COMP_DATA_INTERNAL && key_compare_type == INTERSECT_COMP_KEY_USER) {
key_compare_type 4019 ext/standard/array.c 		} else if (data_compare_type == INTERSECT_COMP_DATA_USER && key_compare_type == INTERSECT_COMP_KEY_USER) {
key_compare_type 4030 ext/standard/array.c 			php_error_docref(NULL, 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 4057 ext/standard/array.c 	} else if (behavior & INTERSECT_ASSOC && key_compare_type == INTERSECT_COMP_KEY_USER) {
key_compare_type 4102 ext/standard/array.c 			&& key_compare_type == INTERSECT_COMP_KEY_USER) {
key_compare_type 4127 ext/standard/array.c 						if (key_compare_type == INTERSECT_COMP_KEY_USER) {
key_compare_type 4368 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 4419 ext/standard/array.c 		if (data_compare_type == DIFF_COMP_DATA_INTERNAL && key_compare_type == DIFF_COMP_KEY_INTERNAL) {
key_compare_type 4425 ext/standard/array.c 		} else if (data_compare_type == DIFF_COMP_DATA_USER && key_compare_type == DIFF_COMP_KEY_INTERNAL) {
key_compare_type 4433 ext/standard/array.c 		} else if (data_compare_type == DIFF_COMP_DATA_INTERNAL && key_compare_type == DIFF_COMP_KEY_USER) {
key_compare_type 4441 ext/standard/array.c 		} else if (data_compare_type == DIFF_COMP_DATA_USER && key_compare_type == DIFF_COMP_KEY_USER) {
key_compare_type 4452 ext/standard/array.c 			php_error_docref(NULL, 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 4479 ext/standard/array.c 	} else if (behavior & DIFF_ASSOC && key_compare_type == DIFF_COMP_KEY_USER) {
key_compare_type 4525 ext/standard/array.c 			key_compare_type == DIFF_COMP_KEY_USER
key_compare_type 4559 ext/standard/array.c 							if (key_compare_type == DIFF_COMP_KEY_USER) {