Lines Matching refs:OPLINE_CC

98 # define OPLINE_CC  macro
103 # define OPLINE_CC , OPLINE_C macro
121 …fine get_zval_ptr(op_type, node, type) _get_zval_ptr(op_type, node, type EXECUTE_DATA_CC OPLINE_CC)
122 …l_ptr_deref(op_type, node, type) _get_zval_ptr_deref(op_type, node, type EXECUTE_DATA_CC OPLINE_CC)
123 …l_ptr_undef(op_type, node, type) _get_zval_ptr_undef(op_type, node, type EXECUTE_DATA_CC OPLINE_CC)
124 …_op_data_zval_ptr_r(op_type, node) _get_op_data_zval_ptr_r(op_type, node EXECUTE_DATA_CC OPLINE_CC)
125 …l_ptr_deref_r(op_type, node) _get_op_data_zval_ptr_deref_r(op_type, node EXECUTE_DATA_CC OPLINE_CC)
128 …_obj_zval_ptr(op_type, node, type) _get_obj_zval_ptr(op_type, node, type EXECUTE_DATA_CC OPLINE_CC)
129 …r_undef(op_type, node, type) _get_obj_zval_ptr_undef(op_type, node, type EXECUTE_DATA_CC OPLINE_CC)
1665 if (zend_binary_op(&res, z, value OPLINE_CC) == SUCCESS) { in zend_binary_assign_op_obj_dim()
1698 zend_binary_op(&z_copy, &ref->val, value OPLINE_CC); in zend_binary_assign_op_typed_ref()
1718 zend_binary_op(&z_copy, zptr, value OPLINE_CC); in zend_binary_assign_op_typed_prop()
2143 zend_long val = zend_throw_incdec_ref_error(ref, error_prop OPLINE_CC); in zend_incdec_typed_ref()
2173 zend_long val = zend_throw_incdec_prop_error(prop_info OPLINE_CC); in zend_incdec_typed_prop()
2195 zend_long val = zend_throw_incdec_prop_error(prop_info OPLINE_CC); in zend_pre_incdec_property_zval()
2204 zend_incdec_typed_ref(ref, NULL OPLINE_CC EXECUTE_DATA_CC); in zend_pre_incdec_property_zval()
2210 zend_incdec_typed_prop(prop_info, prop, NULL OPLINE_CC EXECUTE_DATA_CC); in zend_pre_incdec_property_zval()
2234 zend_long val = zend_throw_incdec_prop_error(prop_info OPLINE_CC); in zend_post_incdec_property_zval()
2242 zend_incdec_typed_ref(ref, EX_VAR(opline->result.var) OPLINE_CC EXECUTE_DATA_CC); in zend_post_incdec_property_zval()
2248 zend_incdec_typed_prop(prop_info, prop, EX_VAR(opline->result.var) OPLINE_CC EXECUTE_DATA_CC); in zend_post_incdec_property_zval()
2336 if (zend_binary_op(&res, z, value OPLINE_CC) == SUCCESS) { in zend_assign_op_overloaded_property()
3363 zend_throw_non_object_error(container, prop_ptr OPLINE_CC EXECUTE_DATA_CC); in zend_fetch_property_address()
3480 cache_addr, BP_VAR_W, 0, &prop_info OPLINE_CC EXECUTE_DATA_CC); in zend_assign_to_property_reference()
3489 variable_ptr, value_ptr, &garbage OPLINE_CC EXECUTE_DATA_CC); in zend_assign_to_property_reference()
3514 OPLINE_CC EXECUTE_DATA_CC); in zend_assign_to_property_reference_this_const()
3520 OPLINE_CC EXECUTE_DATA_CC); in zend_assign_to_property_reference_var_const()
3526 OPLINE_CC EXECUTE_DATA_CC); in zend_assign_to_property_reference_this_var()
3532 OPLINE_CC EXECUTE_DATA_CC); in zend_assign_to_property_reference_var_var()
3635 …result = zend_fetch_static_property_address_ex(&property_info, cache_slot, fetch_type OPLINE_CC EX… in zend_fetch_static_property_address()
3675 …result = zend_fetch_static_property_address_ex(&property_info, cache_slot, fetch_type OPLINE_CC EX… in zend_fetch_static_property()
5279 _zend_quick_get_constant(key, flags, 0 OPLINE_CC EXECUTE_DATA_CC); in zend_quick_get_constant()
5285 return _zend_quick_get_constant(key, 0, 1 OPLINE_CC EXECUTE_DATA_CC); in zend_quick_check_constant()