Z_TYPE_FLAGS_P    430 Zend/zend_compile.c 			Z_TYPE_FLAGS_P(zv) &= ~ (IS_TYPE_REFCOUNTED | IS_TYPE_COPYABLE);
Z_TYPE_FLAGS_P    595 Zend/zend_execute_API.c 						Z_TYPE_FLAGS_P(p) = IS_TYPE_REFCOUNTED | IS_TYPE_COPYABLE;
Z_TYPE_FLAGS_P    280 ext/opcache/zend_persist.c 			Z_TYPE_FLAGS_P(z) &= ~(IS_TYPE_REFCOUNTED | IS_TYPE_COPYABLE);
Z_TYPE_FLAGS_P    286 ext/opcache/zend_persist.c 				Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE;
Z_TYPE_FLAGS_P    296 ext/opcache/zend_persist.c 					Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE;
Z_TYPE_FLAGS_P    336 ext/opcache/zend_persist.c 			Z_TYPE_FLAGS_P(z) &= ~(IS_TYPE_REFCOUNTED | IS_TYPE_COPYABLE);
Z_TYPE_FLAGS_P    342 ext/opcache/zend_persist.c 				Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE;
Z_TYPE_FLAGS_P    352 ext/opcache/zend_persist.c 					Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE;
Z_TYPE_FLAGS_P    373 ext/opcache/zend_persist.c 				Z_TYPE_FLAGS_P(z) = IS_TYPE_CONSTANT | IS_TYPE_IMMUTABLE;
Z_TYPE_FLAGS_P    377 ext/opcache/zend_persist.c 				Z_TYPE_FLAGS_P(z) = IS_TYPE_CONSTANT | IS_TYPE_IMMUTABLE;
Z_TYPE_FLAGS_P    395 ext/opcache/zend_persist.c 			Z_TYPE_FLAGS_P(z) &= ~(IS_TYPE_REFCOUNTED | IS_TYPE_COPYABLE);
Z_TYPE_FLAGS_P    401 ext/opcache/zend_persist.c 				Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE;
Z_TYPE_FLAGS_P    411 ext/opcache/zend_persist.c 					Z_TYPE_FLAGS_P(z) = IS_TYPE_IMMUTABLE;
Z_TYPE_FLAGS_P    132 ext/opcache/zend_persist_calc.c 				Z_TYPE_FLAGS_P(z) &= ~ (IS_TYPE_REFCOUNTED | IS_TYPE_COPYABLE);