Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2020-12-12 21:54:39 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2020-12-12 21:54:39 +0300
commit7d67749b81e73b11236e9e64b9e4d46aa5fed238 (patch)
tree0e9c8748e24b59d611b0fdee7ae1c659483b870d /common.h
parentde985150cf35b04f185ca00029ef8ae7b32c8562 (diff)
Remove odd PHPREDIS_ZVAL_IS_STRICT_FALSE macro
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.h b/common.h
index 80b34e65..b84f60a7 100644
--- a/common.h
+++ b/common.h
@@ -12,7 +12,6 @@
#include <zend_smart_str.h>
#include <ext/standard/php_smart_string.h>
-#define PHPREDIS_ZVAL_IS_STRICT_FALSE(z) (Z_TYPE_P(z) == IS_FALSE)
#define PHPREDIS_GET_OBJECT(class_entry, o) (class_entry *)((char *)o - XtOffsetOf(class_entry, std))
#define PHPREDIS_ZVAL_GET_OBJECT(class_entry, z) PHPREDIS_GET_OBJECT(class_entry, Z_OBJ_P(z))