From 75ba75e2055d670e204e6361732995ba27b05896 Mon Sep 17 00:00:00 2001 From: Tjerk Meesters Date: Fri, 27 Sep 2013 07:42:33 +0800 Subject: Using only two constants to signal use type intent. --- ext/standard/php_array.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/standard/php_array.h') diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index 7d9733d296..ef43cddfcc 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -119,7 +119,6 @@ PHPAPI int php_multisort_compare(const void *a, const void *b TSRMLS_DC); #define ARRAY_FILTER_USE_BOTH 1 #define ARRAY_FILTER_USE_KEY 2 -#define ARRAY_FILTER_USE_VALUE 3 ZEND_BEGIN_MODULE_GLOBALS(array) int *multisort_flags[2]; -- cgit v1.2.1