counted 104 Zend/zend_types.h zend_refcounted *counted; counted 363 Zend/zend_types.h #define Z_COUNTED(zval) (zval).value.counted counted 295 ext/opcache/ZendAccelerator.c if (ZCG(counted)) { counted 297 ext/opcache/ZendAccelerator.c ZCG(counted) = 0; counted 392 ext/opcache/ZendAccelerator.c if (!ZCG(counted)) { counted 396 ext/opcache/ZendAccelerator.c ZCG(counted) = 1; counted 965 ext/opcache/ZendAccelerator.c if ((ZCG(counted) || ZCSG(accelerator_enabled))) { counted 1005 ext/opcache/ZendAccelerator.c if ((ZCG(counted) || ZCSG(accelerator_enabled))) { counted 1636 ext/opcache/ZendAccelerator.c } else if ((!ZCG(counted) && !ZCSG(accelerator_enabled)) || counted 1719 ext/opcache/ZendAccelerator.c if (!ZCG(counted)) { counted 1728 ext/opcache/ZendAccelerator.c ZCG(counted) = 1; counted 1904 ext/opcache/ZendAccelerator.c (ZCG(counted) || ZCSG(accelerator_enabled)) && counted 2040 ext/opcache/ZendAccelerator.c if (ZCG(counted)) { counted 2047 ext/opcache/ZendAccelerator.c ZCG(counted) = 0; counted 2304 ext/opcache/ZendAccelerator.c ZCG(counted) = 0; counted 2874 ext/opcache/ZendAccelerator.c #define accel_deactivate_now() ZCG(counted) = 1; accel_deactivate_sub() counted 2886 ext/opcache/ZendAccelerator.c if (ZCG(counted)) { counted 2901 ext/opcache/ZendAccelerator.c ZCG(counted) = 1; counted 2909 ext/opcache/ZendAccelerator.c if (!ZCG(counted)) { counted 238 ext/opcache/ZendAccelerator.h int counted; /* the process uses shared memory */ counted 434 ext/opcache/zend_accelerator_module.c ((ZCG(counted) || ZCSG(accelerator_enabled)) || ZCG(accel_directives).file_cache_only) counted 436 ext/opcache/zend_accelerator_module.c (ZCG(counted) || ZCSG(accelerator_enabled)) counted 602 ext/opcache/zend_accelerator_module.c add_assoc_bool(return_value, "opcache_enabled", ZCG(enabled) && (ZCG(counted) || ZCSG(accelerator_enabled)));