IS_TYPE_IMMUTABLE 469 Zend/zend_types.h #define Z_IMMUTABLE(zval) ((Z_TYPE_FLAGS(zval) & IS_TYPE_IMMUTABLE) != 0) IS_TYPE_IMMUTABLE 491 Zend/zend_types.h #define Z_OPT_IMMUTABLE(zval) ((Z_TYPE_INFO(zval) & (IS_TYPE_IMMUTABLE << Z_TYPE_FLAGS_SHIFT)) != 0) IS_TYPE_IMMUTABLE 876 Zend/zend_types.h if ((_t & ((IS_TYPE_REFCOUNTED|IS_TYPE_IMMUTABLE) << Z_TYPE_FLAGS_SHIFT)) != 0) { \ IS_TYPE_IMMUTABLE 877 Zend/zend_types.h if ((_t & ((IS_TYPE_COPYABLE|IS_TYPE_IMMUTABLE) << Z_TYPE_FLAGS_SHIFT)) != 0) { \ IS_TYPE_IMMUTABLE 286 ext/opcache/zend_persist.c Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE; IS_TYPE_IMMUTABLE 296 ext/opcache/zend_persist.c Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE; IS_TYPE_IMMUTABLE 342 ext/opcache/zend_persist.c Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE; IS_TYPE_IMMUTABLE 352 ext/opcache/zend_persist.c Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE; IS_TYPE_IMMUTABLE 373 ext/opcache/zend_persist.c Z_TYPE_FLAGS_P(z) = IS_TYPE_CONSTANT | IS_TYPE_IMMUTABLE; IS_TYPE_IMMUTABLE 377 ext/opcache/zend_persist.c Z_TYPE_FLAGS_P(z) = IS_TYPE_CONSTANT | IS_TYPE_IMMUTABLE; IS_TYPE_IMMUTABLE 401 ext/opcache/zend_persist.c Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE; IS_TYPE_IMMUTABLE 411 ext/opcache/zend_persist.c Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE;