Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_string.h92 #define ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(s) (GC_FLAGS(s) & ZSTR_COPYABLE_CONCAT_PROPERTIES) in END_EXTERN_C() macro
98 uint32_t properties = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES((in)); \ in END_EXTERN_C()
H A Dzend_string.c200 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(str); in zend_init_string_for_interning()
H A Dzend_vm_def.h3467 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]);
H A Dzend_vm_execute.h20595 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]); in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER()
21072 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]); in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER()
21929 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]); in ZEND_ROPE_END_SPEC_TMP_CV_HANDLER()
/php-src/ext/standard/
H A Dstring.c984 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()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c3247 flags &= ZSTR_GET_COPYABLE_CONCAT_PROPERTIES(rope[i]); in zend_jit_rope_end()

Completed in 207 milliseconds