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()
1623 binary_op(var, var, value); in zend_jit_assign_dim_op_helper()
2309 …_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
2314 if (binary_op == concat_function && Z_TYPE(ref->val) == IS_STRING) { in zend_jit_assign_op_to_typed_ref()
2320 binary_op(&z_copy, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2329 …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
2333 binary_op(&z_copy, &ref->val, val); in zend_jit_assign_op_to_typed_ref_tmp()
2535 …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
2549 if (binary_op(&res, z, value) == SUCCESS) { in _zend_jit_assign_op_overloaded_property()
2562 …_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
2574 if (binary_op == concat_function && Z_TYPE_P(zptr) == IS_STRING) { in zend_jit_assign_op_to_typed_prop()
2580 binary_op(&z_copy, zptr, value); in zend_jit_assign_op_to_typed_prop()
2589 …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
2608 zend_jit_assign_op_to_typed_ref(ref, value, binary_op); in zend_jit_assign_obj_op_helper()
2620 zend_jit_assign_op_to_typed_prop(zptr, prop_info, value, binary_op); in zend_jit_assign_obj_op_helper()
2622 binary_op(zptr, zptr, value); in zend_jit_assign_obj_op_helper()
2631 _zend_jit_assign_op_overloaded_property(zobj, name, cache_slot, value, binary_op); in zend_jit_assign_obj_op_helper()