Home
last modified time | relevance | path

Searched refs:ZSTR_COPYABLE_CONCAT_PROPERTIES (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_string.h88 #define ZSTR_COPYABLE_CONCAT_PROPERTIES (IS_STR_VALID_UTF8) in END_EXTERN_C() macro
90 #define ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(s) (GC_FLAGS(s) & ZSTR_COPYABLE_CONCAT_PROPERTIES) in END_EXTERN_C()
92 …ABLE_CONCAT_PROPERTIES_BOTH(s1, s2) (GC_FLAGS(s1) & GC_FLAGS(s2) & ZSTR_COPYABLE_CONCAT_PROPERTIES) in END_EXTERN_C()
H A Dzend_vm_def.h3406 uint32_t flags = ZSTR_COPYABLE_CONCAT_PROPERTIES;
H A Dzend_vm_execute.h20003 uint32_t flags = ZSTR_COPYABLE_CONCAT_PROPERTIES; in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER()
20484 uint32_t flags = ZSTR_COPYABLE_CONCAT_PROPERTIES; in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER()
21349 uint32_t flags = ZSTR_COPYABLE_CONCAT_PROPERTIES; in ZEND_ROPE_END_SPEC_TMP_CV_HANDLER()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c3153 uint32_t flags = ZSTR_COPYABLE_CONCAT_PROPERTIES; in zend_jit_rope_end()

Completed in 150 milliseconds