Lines Matching refs:binary_op
1566 …LL zend_jit_assign_dim_op_helper(zval *container, zval *dim, zval *value, binary_op_type binary_op) in zend_jit_assign_dim_op_helper() argument
1583 if (binary_op(&res, Z_ISREF_P(z) ? Z_REFVAL_P(z) : z, value) == SUCCESS) { in zend_jit_assign_dim_op_helper()
1625 binary_op(var, var, value); in zend_jit_assign_dim_op_helper()
2444 …_FASTCALL zend_jit_assign_op_to_typed_ref(zend_reference *ref, zval *val, binary_op_type binary_op) in zend_jit_assign_op_to_typed_ref() argument
2449 if (binary_op == concat_function && Z_TYPE(ref->val) == IS_STRING) { in zend_jit_assign_op_to_typed_ref()
2455 binary_op(&z_copy, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2464 …TCALL zend_jit_assign_op_to_typed_ref_tmp(zend_reference *ref, zval *val, binary_op_type binary_op) in zend_jit_assign_op_to_typed_ref_tmp() argument
2468 binary_op(&z_copy, &ref->val, val); in zend_jit_assign_op_to_typed_ref_tmp()
2691 …y(zend_object *object, zend_string *name, void **cache_slot, zval *value, binary_op_type binary_op) in _zend_jit_assign_op_overloaded_property() argument
2705 if (binary_op(&res, z, value) == SUCCESS) { in _zend_jit_assign_op_overloaded_property()
2718 …_op_to_typed_prop(zval *zptr, zend_property_info *prop_info, zval *value, binary_op_type binary_op) in zend_jit_assign_op_to_typed_prop() argument
2729 if (binary_op == concat_function && Z_TYPE_P(zptr) == IS_STRING) { in zend_jit_assign_op_to_typed_prop()
2735 binary_op(&z_copy, zptr, value); in zend_jit_assign_op_to_typed_prop()
2745 …per(zend_object *zobj, zend_string *name, zval *value, void **cache_slot, binary_op_type binary_op) in zend_jit_assign_obj_op_helper() argument
2764 zend_jit_assign_op_to_typed_ref(ref, value, binary_op); in zend_jit_assign_obj_op_helper()
2776 zend_jit_assign_op_to_typed_prop(zptr, prop_info, value, binary_op); in zend_jit_assign_obj_op_helper()
2778 binary_op(zptr, zptr, value); in zend_jit_assign_obj_op_helper()
2787 _zend_jit_assign_op_overloaded_property(zobj, name, cache_slot, value, binary_op); in zend_jit_assign_obj_op_helper()