summaryrefslogtreecommitdiff
path: root/ext/opcache/ZendAccelerator.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/ZendAccelerator.c')
-rw-r--r--ext/opcache/ZendAccelerator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c
index bf951ff72a..11a1dc2ce7 100644
--- a/ext/opcache/ZendAccelerator.c
+++ b/ext/opcache/ZendAccelerator.c
@@ -2250,7 +2250,8 @@ static void accel_fast_zval_dtor(zval *zvalue)
break;
case IS_LONG:
case IS_DOUBLE:
- case IS_BOOL:
+ case IS_FALSE:
+ case IS_TRUE:
case IS_NULL:
case IS_STRING:
case IS_CONSTANT: