BP_VAR_UNSET     1827 Zend/zend_compile.c 		case BP_VAR_UNSET:
BP_VAR_UNSET     2279 Zend/zend_compile.c 		if (type == BP_VAR_UNSET) {
BP_VAR_UNSET     3504 Zend/zend_compile.c 				opline = zend_compile_simple_var_no_cv(NULL, var_ast, BP_VAR_UNSET, 0);
BP_VAR_UNSET     3509 Zend/zend_compile.c 			opline = zend_compile_dim_common(NULL, var_ast, BP_VAR_UNSET);
BP_VAR_UNSET     3513 Zend/zend_compile.c 			opline = zend_compile_prop_common(NULL, var_ast, BP_VAR_UNSET);
BP_VAR_UNSET     3517 Zend/zend_compile.c 			opline = zend_compile_static_prop_common(NULL, var_ast, BP_VAR_UNSET, 0);
BP_VAR_UNSET     7261 Zend/zend_compile.c 				|| type == BP_VAR_RW || type == BP_VAR_UNSET
BP_VAR_UNSET      238 Zend/zend_execute.c 		case BP_VAR_UNSET:
BP_VAR_UNSET     1552 Zend/zend_execute.c 				case BP_VAR_UNSET:
BP_VAR_UNSET     1583 Zend/zend_execute.c 						case BP_VAR_UNSET:
BP_VAR_UNSET     1601 Zend/zend_execute.c 				case BP_VAR_UNSET:
BP_VAR_UNSET     1655 Zend/zend_execute.c 				if (type != BP_VAR_UNSET) {
BP_VAR_UNSET     1721 Zend/zend_execute.c 		if (type != BP_VAR_UNSET && UNEXPECTED(Z_STRLEN_P(container) == 0)) {
BP_VAR_UNSET     1778 Zend/zend_execute.c 		} else if (type != BP_VAR_UNSET) {
BP_VAR_UNSET     1785 Zend/zend_execute.c 		if (type == BP_VAR_UNSET) {
BP_VAR_UNSET     1807 Zend/zend_execute.c 	zend_fetch_dimension_address(result, container_ptr, dim, dim_type, BP_VAR_UNSET);
BP_VAR_UNSET     1932 Zend/zend_execute.c 			if (type != BP_VAR_UNSET &&
BP_VAR_UNSET      570 Zend/zend_object_handlers.c 				    (type == BP_VAR_W || type == BP_VAR_RW  || type == BP_VAR_UNSET)) {
BP_VAR_UNSET     1557 Zend/zend_vm_def.h 				case BP_VAR_UNSET:
BP_VAR_UNSET     1578 Zend/zend_vm_def.h 					case BP_VAR_UNSET:
BP_VAR_UNSET     1651 Zend/zend_vm_def.h 	ZEND_VM_DISPATCH_TO_HELPER_EX(zend_fetch_var_address_helper, type, BP_VAR_UNSET);
BP_VAR_UNSET     1780 Zend/zend_vm_def.h 	container = GET_OP1_ZVAL_PTR_PTR(BP_VAR_UNSET);
BP_VAR_UNSET     2052 Zend/zend_vm_def.h 	container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
BP_VAR_UNSET     2067 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_UNSET);
BP_VAR_UNSET     5605 Zend/zend_vm_def.h 	container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
BP_VAR_UNSET     5702 Zend/zend_vm_def.h 	container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_UNSET);
BP_VAR_UNSET     5019 Zend/zend_vm_execute.h 				case BP_VAR_UNSET:
BP_VAR_UNSET     5040 Zend/zend_vm_execute.h 					case BP_VAR_UNSET:
BP_VAR_UNSET     5113 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CONST_CONST(BP_VAR_UNSET ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_UNSET     6953 Zend/zend_vm_execute.h 				case BP_VAR_UNSET:
BP_VAR_UNSET     6974 Zend/zend_vm_execute.h 					case BP_VAR_UNSET:
BP_VAR_UNSET     7047 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CONST_VAR(BP_VAR_UNSET ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_UNSET     7459 Zend/zend_vm_execute.h 				case BP_VAR_UNSET:
BP_VAR_UNSET     7480 Zend/zend_vm_execute.h 					case BP_VAR_UNSET:
BP_VAR_UNSET     7553 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CONST_UNUSED(BP_VAR_UNSET ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_UNSET     17355 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_UNSET);
BP_VAR_UNSET     20559 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_UNSET);
BP_VAR_UNSET     22223 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_UNSET);
BP_VAR_UNSET     23692 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_UNSET);
BP_VAR_UNSET     26107 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_UNSET);
BP_VAR_UNSET     27599 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_UNSET);
BP_VAR_UNSET     31137 Zend/zend_vm_execute.h 				case BP_VAR_UNSET:
BP_VAR_UNSET     31158 Zend/zend_vm_execute.h 					case BP_VAR_UNSET:
BP_VAR_UNSET     31231 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CV_CONST(BP_VAR_UNSET ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_UNSET     31645 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_UNSET);
BP_VAR_UNSET     33356 Zend/zend_vm_execute.h 				case BP_VAR_UNSET:
BP_VAR_UNSET     33377 Zend/zend_vm_execute.h 					case BP_VAR_UNSET:
BP_VAR_UNSET     33450 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CV_VAR(BP_VAR_UNSET ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_UNSET     34303 Zend/zend_vm_execute.h 				case BP_VAR_UNSET:
BP_VAR_UNSET     34324 Zend/zend_vm_execute.h 					case BP_VAR_UNSET:
BP_VAR_UNSET     34397 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_CV_UNUSED(BP_VAR_UNSET ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_UNSET     36715 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_UNSET);
BP_VAR_UNSET     39381 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_UNSET);
BP_VAR_UNSET     41515 Zend/zend_vm_execute.h 				case BP_VAR_UNSET:
BP_VAR_UNSET     41536 Zend/zend_vm_execute.h 					case BP_VAR_UNSET:
BP_VAR_UNSET     41609 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_TMPVAR_CONST(BP_VAR_UNSET ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_UNSET     42514 Zend/zend_vm_execute.h 				case BP_VAR_UNSET:
BP_VAR_UNSET     42535 Zend/zend_vm_execute.h 					case BP_VAR_UNSET:
BP_VAR_UNSET     42608 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_TMPVAR_VAR(BP_VAR_UNSET ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_UNSET     42925 Zend/zend_vm_execute.h 				case BP_VAR_UNSET:
BP_VAR_UNSET     42946 Zend/zend_vm_execute.h 					case BP_VAR_UNSET:
BP_VAR_UNSET     43019 Zend/zend_vm_execute.h 	ZEND_VM_TAIL_CALL(zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED(BP_VAR_UNSET ZEND_OPCODE_HANDLER_ARGS_PASSTHRU_CC));
BP_VAR_UNSET      311 ext/spl/spl_array.c 						case BP_VAR_UNSET:
BP_VAR_UNSET      327 ext/spl/spl_array.c 				case BP_VAR_UNSET:
BP_VAR_UNSET      361 ext/spl/spl_array.c 				case BP_VAR_UNSET:
BP_VAR_UNSET      415 ext/spl/spl_array.c 	if ((type == BP_VAR_W || type == BP_VAR_RW || type == BP_VAR_UNSET) &&