BP_VAR_W         1813 Zend/zend_compile.c 		case BP_VAR_W:
BP_VAR_W         2539 Zend/zend_compile.c 			zend_delayed_compile_var(&var_node, var_ast, BP_VAR_W);
BP_VAR_W         2546 Zend/zend_compile.c 			zend_delayed_compile_dim(result, var_ast, BP_VAR_W);
BP_VAR_W         2562 Zend/zend_compile.c 			zend_delayed_compile_prop(result, var_ast, BP_VAR_W);
BP_VAR_W         2600 Zend/zend_compile.c 	zend_delayed_compile_var(&target_node, target_ast, BP_VAR_W);
BP_VAR_W         2727 Zend/zend_compile.c 					zend_compile_var(&arg_node, arg, BP_VAR_W);
BP_VAR_W         3913 Zend/zend_compile.c 		zend_compile_var(&expr_node, expr_ast, BP_VAR_W);
BP_VAR_W         3919 Zend/zend_compile.c 		zend_separate_if_call_and_write(&expr_node, expr_ast, BP_VAR_W);
BP_VAR_W         6485 Zend/zend_compile.c 			zend_compile_var(&value_node, value_ast, BP_VAR_W);
BP_VAR_W         7260 Zend/zend_compile.c 			if (type == BP_VAR_W || type == BP_VAR_REF
BP_VAR_W          247 Zend/zend_execute.c 		case BP_VAR_W:
BP_VAR_W         1560 Zend/zend_execute.c 				case BP_VAR_W:
BP_VAR_W         1590 Zend/zend_execute.c 						case BP_VAR_W:
BP_VAR_W         1609 Zend/zend_execute.c 				case BP_VAR_W:
BP_VAR_W         1637 Zend/zend_execute.c 				retval = (type == BP_VAR_W || type == BP_VAR_RW) ?
BP_VAR_W         1797 Zend/zend_execute.c 	zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_W);
BP_VAR_W          570 Zend/zend_object_handlers.c 				    (type == BP_VAR_W || type == BP_VAR_RW  || type == BP_VAR_UNSET)) {
BP_VAR_W         1567 Zend/zend_vm_def.h 				case BP_VAR_W:
BP_VAR_W         1587 Zend/zend_vm_def.h 					case BP_VAR_W:
BP_VAR_W         1630 Zend/zend_vm_def.h 	ZEND_VM_DISPATCH_TO_HELPER_EX(zend_fetch_var_address_helper, type, BP_VAR_W);
BP_VAR_W         1643 Zend/zend_vm_def.h 		ZEND_VM_DISPATCH_TO_HELPER_EX(zend_fetch_var_address_helper, type, BP_VAR_W);
BP_VAR_W         1680 Zend/zend_vm_def.h 	container = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
BP_VAR_W         1746 Zend/zend_vm_def.h 		container = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
BP_VAR_W         1879 Zend/zend_vm_def.h 	container = GET_OP1_OBJ_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
BP_VAR_W         1891 Zend/zend_vm_def.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, OP1_TYPE, property, OP2_TYPE, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         2015 Zend/zend_vm_def.h 		container = GET_OP1_OBJ_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
BP_VAR_W         2033 Zend/zend_vm_def.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, OP1_TYPE, property, OP2_TYPE, ((OP2_TYPE == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         2128 Zend/zend_vm_def.h 	object = GET_OP1_OBJ_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
BP_VAR_W         2161 Zend/zend_vm_def.h 	object_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
BP_VAR_W         2182 Zend/zend_vm_def.h 			variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, OP2_TYPE, BP_VAR_W);
BP_VAR_W         2221 Zend/zend_vm_def.h 					offset = zend_fetch_string_offset(object_ptr, dim, BP_VAR_W);
BP_VAR_W         2265 Zend/zend_vm_def.h 	variable_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
BP_VAR_W         2292 Zend/zend_vm_def.h 	value_ptr = GET_OP2_ZVAL_PTR_PTR(BP_VAR_W);
BP_VAR_W         2321 Zend/zend_vm_def.h 	variable_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
BP_VAR_W         4021 Zend/zend_vm_def.h 		retval_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
BP_VAR_W         4320 Zend/zend_vm_def.h 	varptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
BP_VAR_W         5162 Zend/zend_vm_def.h 		expr_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
BP_VAR_W         7340 Zend/zend_vm_def.h 				zval *value_ptr = GET_OP1_ZVAL_PTR_PTR(BP_VAR_W);
BP_VAR_W         7673 Zend/zend_vm_def.h 		variable_ptr = GET_OP1_ZVAL_PTR_PTR_UNDEF(BP_VAR_W);
BP_VAR_W         5029 Zend/zend_vm_execute.h 				case BP_VAR_W:
BP_VAR_W         5049 Zend/zend_vm_execute.h 					case BP_VAR_W:
BP_VAR_W         5092 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CONST_CONST(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         5105 Zend/zend_vm_execute.h 		ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CONST_CONST(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         5365 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CONST, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         6963 Zend/zend_vm_execute.h 				case BP_VAR_W:
BP_VAR_W         6983 Zend/zend_vm_execute.h 					case BP_VAR_W:
BP_VAR_W         7026 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CONST_VAR(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         7039 Zend/zend_vm_execute.h 		ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CONST_VAR(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         7469 Zend/zend_vm_execute.h 				case BP_VAR_W:
BP_VAR_W         7489 Zend/zend_vm_execute.h 					case BP_VAR_W:
BP_VAR_W         7532 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CONST_UNUSED(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         7545 Zend/zend_vm_execute.h 		ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CONST_UNUSED(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         9155 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CONST, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         10977 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CONST, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         12805 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_TMP_VAR, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         14078 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_TMP_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         14592 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_TMP_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         17252 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         17321 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         17426 Zend/zend_vm_execute.h 			variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, IS_CONST, BP_VAR_W);
BP_VAR_W         17465 Zend/zend_vm_execute.h 					offset = zend_fetch_string_offset(object_ptr, dim, BP_VAR_W);
BP_VAR_W         19089 Zend/zend_vm_execute.h 			variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, IS_UNUSED, BP_VAR_W);
BP_VAR_W         19128 Zend/zend_vm_execute.h 					offset = zend_fetch_string_offset(object_ptr, dim, BP_VAR_W);
BP_VAR_W         20456 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         20525 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         20630 Zend/zend_vm_execute.h 			variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, IS_CV, BP_VAR_W);
BP_VAR_W         20669 Zend/zend_vm_execute.h 					offset = zend_fetch_string_offset(object_ptr, dim, BP_VAR_W);
BP_VAR_W         22120 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         22189 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_VAR, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         22294 Zend/zend_vm_execute.h 			variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, (IS_TMP_VAR|IS_VAR), BP_VAR_W);
BP_VAR_W         22333 Zend/zend_vm_execute.h 					offset = zend_fetch_string_offset(object_ptr, dim, BP_VAR_W);
BP_VAR_W         23517 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         23658 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         25932 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         26073 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         27423 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         27565 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_UNUSED, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         31147 Zend/zend_vm_execute.h 				case BP_VAR_W:
BP_VAR_W         31167 Zend/zend_vm_execute.h 					case BP_VAR_W:
BP_VAR_W         31210 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CV_CONST(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         31223 Zend/zend_vm_execute.h 		ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CV_CONST(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         31470 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         31611 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CONST, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         31760 Zend/zend_vm_execute.h 			variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, IS_CONST, BP_VAR_W);
BP_VAR_W         31799 Zend/zend_vm_execute.h 					offset = zend_fetch_string_offset(object_ptr, dim, BP_VAR_W);
BP_VAR_W         33366 Zend/zend_vm_execute.h 				case BP_VAR_W:
BP_VAR_W         33386 Zend/zend_vm_execute.h 					case BP_VAR_W:
BP_VAR_W         33429 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CV_VAR(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         33442 Zend/zend_vm_execute.h 		ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CV_VAR(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         34313 Zend/zend_vm_execute.h 				case BP_VAR_W:
BP_VAR_W         34333 Zend/zend_vm_execute.h 					case BP_VAR_W:
BP_VAR_W         34376 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CV_UNUSED(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         34389 Zend/zend_vm_execute.h 		ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CV_UNUSED(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         34523 Zend/zend_vm_execute.h 			variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, IS_UNUSED, BP_VAR_W);
BP_VAR_W         34562 Zend/zend_vm_execute.h 					offset = zend_fetch_string_offset(object_ptr, dim, BP_VAR_W);
BP_VAR_W         36540 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         36681 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, IS_CV, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         36786 Zend/zend_vm_execute.h 			variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, IS_CV, BP_VAR_W);
BP_VAR_W         36825 Zend/zend_vm_execute.h 					offset = zend_fetch_string_offset(object_ptr, dim, BP_VAR_W);
BP_VAR_W         39205 Zend/zend_vm_execute.h 	zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         39347 Zend/zend_vm_execute.h 		zend_fetch_property_address(EX_VAR(opline->result.var), container, IS_CV, property, (IS_TMP_VAR|IS_VAR), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property)) : NULL), BP_VAR_W);
BP_VAR_W         39452 Zend/zend_vm_execute.h 			variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, (IS_TMP_VAR|IS_VAR), BP_VAR_W);
BP_VAR_W         39491 Zend/zend_vm_execute.h 					offset = zend_fetch_string_offset(object_ptr, dim, BP_VAR_W);
BP_VAR_W         41525 Zend/zend_vm_execute.h 				case BP_VAR_W:
BP_VAR_W         41545 Zend/zend_vm_execute.h 					case BP_VAR_W:
BP_VAR_W         41588 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_TMPVAR_CONST(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         41601 Zend/zend_vm_execute.h 		ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_TMPVAR_CONST(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         42524 Zend/zend_vm_execute.h 				case BP_VAR_W:
BP_VAR_W         42544 Zend/zend_vm_execute.h 					case BP_VAR_W:
BP_VAR_W         42587 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_TMPVAR_VAR(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         42600 Zend/zend_vm_execute.h 		ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_TMPVAR_VAR(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         42935 Zend/zend_vm_execute.h 				case BP_VAR_W:
BP_VAR_W         42955 Zend/zend_vm_execute.h 					case BP_VAR_W:
BP_VAR_W         42998 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W         43011 Zend/zend_vm_execute.h 		ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED(BP_VAR_W ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_W          335 ext/simplexml/simplexml.c 				} else if (type == BP_VAR_W || type == BP_VAR_RW) {
BP_VAR_W          290 ext/spl/spl_array.c 	if ((type == BP_VAR_W || type == BP_VAR_RW) && intern->nApplyCount > 0) {
BP_VAR_W          317 ext/spl/spl_array.c 						case BP_VAR_W: {
BP_VAR_W          333 ext/spl/spl_array.c 				case BP_VAR_W: {
BP_VAR_W          367 ext/spl/spl_array.c 				case BP_VAR_W: {
BP_VAR_W          380 ext/spl/spl_array.c 		return (type == BP_VAR_W || type == BP_VAR_RW) ?
BP_VAR_W          415 ext/spl/spl_array.c 	if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) &&
BP_VAR_W           56 ext/standard/incomplete_class.c 	if (type == BP_VAR_W || type == BP_VAR_RW) {