Searched refs:ZSTR_GET_COPYABLE_CONCAT_PROPERTIES (Results 1 – 6 of 6) sorted by relevance
92 #define ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(s) (GC_FLAGS(s) & ZSTR_COPYABLE_CONCAT_PROPERTIES) in END_EXTERN_C() macro98 uint32_t properties = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES((in)); \ in END_EXTERN_C()
200 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(str); in zend_init_string_for_interning()
3476 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]);
20640 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]); in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER()21117 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]); in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER()21974 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]); in ZEND_ROPE_END_SPEC_TMP_CV_HANDLER()
984 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(glue); in php_implode()991 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(ptr->str); in php_implode()1010 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(ptr->str); in php_implode()
3351 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]); in zend_jit_rope_end()
Completed in 190 milliseconds