IS_STR_PERMANENT  163 Zend/zend_string.c 		GC_FLAGS(p->key) |= IS_STR_PERMANENT;
IS_STR_PERMANENT  179 Zend/zend_string.c 		if (GC_FLAGS(p->key) & IS_STR_PERMANENT) break;
IS_STR_PERMANENT  473 ext/opcache/ZendAccelerator.c 	GC_TYPE_INFO(p->key) = IS_STRING | ((IS_STR_INTERNED | IS_STR_PERMANENT) << 8);
IS_STR_PERMANENT  476 ext/opcache/ZendAccelerator.c 	GC_FLAGS(p->key) = IS_STR_INTERNED | IS_STR_PERMANENT;
IS_STR_PERMANENT  122 ext/opcache/zend_file_cache.c 					GC_FLAGS(ptr) &= ~IS_STR_PERMANENT; \
IS_STR_PERMANENT  137 ext/opcache/zend_file_cache.c 					GC_FLAGS(ptr) |= IS_STR_INTERNED | IS_STR_PERMANENT; \
IS_STR_PERMANENT  140 ext/opcache/zend_file_cache.c 					GC_FLAGS(ptr) &= ~IS_STR_PERMANENT; \
IS_STR_PERMANENT  231 ext/opcache/zend_file_cache.c 			GC_FLAGS(ret) |= IS_STR_INTERNED | IS_STR_PERMANENT;
IS_STR_PERMANENT  236 ext/opcache/zend_file_cache.c 		GC_FLAGS(ret) &= ~IS_STR_PERMANENT;
IS_STR_PERMANENT   46 ext/opcache/zend_persist.c 	    	GC_FLAGS(str) = IS_STR_INTERNED | IS_STR_PERMANENT; \
IS_STR_PERMANENT   52 ext/opcache/zend_persist.c 		GC_FLAGS(str) = IS_STR_INTERNED | IS_STR_PERMANENT; \
IS_STR_PERMANENT  277 ext/opcache/zend_persist.c 			flags = Z_GC_FLAGS_P(z) & ~ (IS_STR_PERSISTENT | IS_STR_INTERNED | IS_STR_PERMANENT);
IS_STR_PERMANENT  333 ext/opcache/zend_persist.c 			flags = Z_GC_FLAGS_P(z) & ~ (IS_STR_PERSISTENT | IS_STR_INTERNED | IS_STR_PERMANENT);
IS_STR_PERMANENT  392 ext/opcache/zend_persist.c 			flags = Z_GC_FLAGS_P(z) & ~ (IS_STR_PERSISTENT | IS_STR_INTERNED | IS_STR_PERMANENT);
IS_STR_PERMANENT   86 ext/opcache/zend_persist_calc.c 			zend_uchar flags = GC_FLAGS(p->key) & ~ (IS_STR_PERSISTENT | IS_STR_INTERNED | IS_STR_PERMANENT);
IS_STR_PERMANENT  129 ext/opcache/zend_persist_calc.c 			flags = Z_GC_FLAGS_P(z) & ~ (IS_STR_PERSISTENT | IS_STR_INTERNED | IS_STR_PERMANENT);
IS_STR_PERMANENT  519 ext/pcre/php_pcre.c 	if (!ZSTR_IS_INTERNED(regex) || !(GC_FLAGS(regex) & IS_STR_PERMANENT)) {