Home
last modified time | relevance | path

Searched refs:IS_STR_PERMANENT (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_string.c208 return zend_add_interned_string(str, &interned_strings_permanent, IS_STR_PERMANENT); in zend_new_interned_string_permanent()
267 return zend_add_interned_string(ret, &interned_strings_permanent, IS_STR_PERMANENT); in zend_string_init_interned_permanent()
H A Dzend_types.h699 #define IS_STR_PERMANENT (1<<8) /* relives request boundary */ macro
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c143 GC_DEL_FLAGS(ptr, IS_STR_PERMANENT); \
158 GC_ADD_FLAGS(ptr, IS_STR_INTERNED | IS_STR_PERMANENT); \
161 GC_DEL_FLAGS(ptr, IS_STR_PERMANENT); \
284 …GC_TYPE_INFO(ret) = GC_STRING | ((IS_STR_INTERNED | IS_STR_PERSISTENT | IS_STR_PERMANENT) << GC_FL…
289 GC_DEL_FLAGS(ret, IS_STR_PERMANENT);
H A Dzend_persist.c42 GC_TYPE_INFO(str) = GC_STRING | ((IS_STR_INTERNED | IS_STR_PERMANENT) << GC_FLAGS_SHIFT); \
H A DZendAccelerator.c507 GC_TYPE_INFO(s) = GC_STRING | ((IS_STR_INTERNED | IS_STR_PERMANENT) << GC_FLAGS_SHIFT); in accel_new_interned_string()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c891 if (!(GC_FLAGS(key) & IS_STR_PERMANENT) && !PCRE_G(per_request_cache)) { in pcre_get_compiled_regex_cache_ex()

Completed in 69 milliseconds