diff options
Diffstat (limited to 'ext/standard/php_array.h')
-rw-r--r-- | ext/standard/php_array.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/php_array.h b/ext/standard/php_array.h index 6d80348871..9f2c1f68f3 100644 --- a/ext/standard/php_array.h +++ b/ext/standard/php_array.h @@ -108,8 +108,6 @@ ZEND_BEGIN_MODULE_GLOBALS(array) int (*compare_func)(zval *result, zval *op1, zval *op2 TSRMLS_DC); ZEND_END_MODULE_GLOBALS(array) -ZEND_DECLARE_MODULE_GLOBALS(array) - #ifdef ZTS #define ARRAYG(v) TSRMG(array_globals_id, zend_array_globals *, v) #else |