Home
last modified time | relevance | path

Searched refs:ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_string.h94 #define ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(s1, s2) (GC_FLAGS(s1) & GC_FLAGS(s2) & ZSTR_COPYAB… in END_EXTERN_C() macro
104 uint32_t properties = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH((in1), (in2)); \
H A Dzend_operators.c2047 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_string, op2_string); in concat_function()
H A Dzend_vm_execute.h6786 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_FAST_CONCAT_SPEC_CONST_CONST_HANDLER()
8878 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
9306 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_FAST_CONCAT_SPEC_CONST_TMPVAR_HANDLER()
11265 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_CONCAT_SPEC_CONST_CV_HANDLER()
11693 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_FAST_CONCAT_SPEC_CONST_CV_HANDLER()
15304 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER()
16046 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_FAST_CONCAT_SPEC_TMPVAR_CONST_HANDLER()
16749 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER()
17491 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_FAST_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER()
18471 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str); in ZEND_CONCAT_SPEC_TMPVAR_CV_HANDLER()
[all …]
H A Dzend_vm_def.h387 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str);
3185 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(op1_str, op2_str);
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1645 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(Z_STR_P(op1), Z_STR_P(op2)); in zend_jit_fast_assign_concat_helper()
1681 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(Z_STR_P(op1), Z_STR_P(op2)); in zend_jit_fast_concat_helper()
1705 uint32_t flags = ZSTR_GET_COPYABLE_CONCAT_PROPERTIES_BOTH(Z_STR_P(op1), Z_STR_P(op2)); in zend_jit_fast_concat_tmp_helper()

Completed in 176 milliseconds