IS_UNUSED 421 Zend/zend.c EG(exception_op)[0].op1_type = IS_UNUSED; IS_UNUSED 422 Zend/zend.c EG(exception_op)[0].op2_type = IS_UNUSED; IS_UNUSED 423 Zend/zend.c EG(exception_op)[0].result_type = IS_UNUSED; IS_UNUSED 426 Zend/zend.c EG(exception_op)[1].op1_type = IS_UNUSED; IS_UNUSED 427 Zend/zend.c EG(exception_op)[1].op2_type = IS_UNUSED; IS_UNUSED 428 Zend/zend.c EG(exception_op)[1].result_type = IS_UNUSED; IS_UNUSED 431 Zend/zend.c EG(exception_op)[2].op1_type = IS_UNUSED; IS_UNUSED 432 Zend/zend.c EG(exception_op)[2].op2_type = IS_UNUSED; IS_UNUSED 433 Zend/zend.c EG(exception_op)[2].result_type = IS_UNUSED; IS_UNUSED 442 Zend/zend.c EG(call_trampoline_op).op1_type = IS_UNUSED; IS_UNUSED 443 Zend/zend.c EG(call_trampoline_op).op2_type = IS_UNUSED; IS_UNUSED 444 Zend/zend.c EG(call_trampoline_op).result_type = IS_UNUSED; IS_UNUSED 1099 Zend/zend_compile.c opline->result_type = IS_UNUSED; IS_UNUSED 2282 Zend/zend_compile.c dim_node.op_type = IS_UNUSED; IS_UNUSED 2327 Zend/zend_compile.c obj_node.op_type = IS_UNUSED; IS_UNUSED 3268 Zend/zend_compile.c obj_node.op_type = IS_UNUSED; IS_UNUSED 3325 Zend/zend_compile.c method_node.op_type = IS_UNUSED; IS_UNUSED 4486 Zend/zend_compile.c default_node.op_type = IS_UNUSED; IS_UNUSED 4503 Zend/zend_compile.c default_node.op_type = IS_UNUSED; IS_UNUSED 5278 Zend/zend_compile.c opline->op1_type = IS_UNUSED; IS_UNUSED 6694 Zend/zend_compile.c last_const_node.op_type = IS_UNUSED; IS_UNUSED 6717 Zend/zend_compile.c last_const_node.op_type = IS_UNUSED; IS_UNUSED 36 Zend/zend_compile.h #define SET_UNUSED(op) op ## _type = IS_UNUSED IS_UNUSED 43 Zend/zend_compile.h (opline)->op1_type = IS_UNUSED; \ IS_UNUSED 44 Zend/zend_compile.h (opline)->op2_type = IS_UNUSED; \ IS_UNUSED 45 Zend/zend_compile.h (opline)->result_type = IS_UNUSED; \ IS_UNUSED 550 Zend/zend_execute.c if (op_type == IS_UNUSED) { IS_UNUSED 559 Zend/zend_execute.c if (op_type == IS_UNUSED) { IS_UNUSED 568 Zend/zend_execute.c if (op_type == IS_UNUSED) { IS_UNUSED 1084 Zend/zend_execute.c if (object_op_type != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 1917 Zend/zend_execute.c if (container_op_type != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { IS_UNUSED 455 Zend/zend_inheritance.c if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { IS_UNUSED 670 Zend/zend_opcode.c if (opline->op1_type != IS_UNUSED) { IS_UNUSED 714 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 733 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 776 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 792 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 793 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED) { IS_UNUSED 796 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 877 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 880 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 897 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 900 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 917 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 920 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 937 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 940 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 957 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 960 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 977 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 980 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 997 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 1000 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 1017 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 1020 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 1037 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 1040 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 1057 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 1060 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 1077 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 1080 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 1097 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP2_TYPE != IS_UNUSED) IS_UNUSED 1100 Zend/zend_vm_def.h # if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 1126 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 1141 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 1207 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 1222 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 1497 Zend/zend_vm_def.h if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 1759 Zend/zend_vm_def.h if (OP2_TYPE == IS_UNUSED) { IS_UNUSED 1807 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 1816 Zend/zend_vm_def.h (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 1880 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 1911 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 1941 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 1950 Zend/zend_vm_def.h (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 2017 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 2054 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 2130 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 2172 Zend/zend_vm_def.h if (OP2_TYPE == IS_UNUSED) { IS_UNUSED 2212 Zend/zend_vm_def.h if (OP2_TYPE == IS_UNUSED) { IS_UNUSED 2854 Zend/zend_vm_def.h if (OP2_TYPE == IS_UNUSED) { IS_UNUSED 2931 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 2937 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED) { IS_UNUSED 3050 Zend/zend_vm_def.h } else if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 3890 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED) { IS_UNUSED 3894 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 4977 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(obj) == NULL)) { IS_UNUSED 4984 Zend/zend_vm_def.h (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) { IS_UNUSED 5051 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED) { IS_UNUSED 5202 Zend/zend_vm_def.h if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 5259 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED) { IS_UNUSED 5267 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED) { IS_UNUSED 5274 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED) { IS_UNUSED 5276 Zend/zend_vm_def.h #if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED) IS_UNUSED 5523 Zend/zend_vm_def.h OP2_TYPE == IS_UNUSED && IS_UNUSED 5560 Zend/zend_vm_def.h if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 5606 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 5619 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 5669 Zend/zend_vm_def.h } else if (OP1_TYPE != IS_UNUSED && Z_ISREF_P(container)) { IS_UNUSED 5678 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 5684 Zend/zend_vm_def.h } else if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) { IS_UNUSED 5703 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 5716 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { IS_UNUSED 6393 Zend/zend_vm_def.h OP2_TYPE == IS_UNUSED && IS_UNUSED 6423 Zend/zend_vm_def.h if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 6498 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 6506 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 6573 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED || IS_UNUSED 6634 Zend/zend_vm_def.h if (OP1_TYPE == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 6643 Zend/zend_vm_def.h (OP1_TYPE != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 6675 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED) { IS_UNUSED 7321 Zend/zend_vm_def.h if (OP1_TYPE != IS_UNUSED) { IS_UNUSED 7389 Zend/zend_vm_def.h if (OP2_TYPE != IS_UNUSED) { IS_UNUSED 1863 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 2271 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 2279 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 2291 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_TYPE_P(class_name) == IS_REFERENCE) { IS_UNUSED 2295 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(class_name) == IS_UNDEF)) { IS_UNUSED 2313 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 2568 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) { IS_UNUSED 3407 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(obj) == NULL)) { IS_UNUSED 3414 Zend/zend_vm_execute.h (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) { IS_UNUSED 3975 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 4960 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 5177 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 5202 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 5211 Zend/zend_vm_execute.h (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 5274 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 5283 Zend/zend_vm_execute.h (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 5349 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 5527 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 5533 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 5644 Zend/zend_vm_execute.h } else if (IS_CONST != IS_UNUSED) { IS_UNUSED 5885 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 6036 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 6093 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 6101 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 6108 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 6110 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 6126 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 6163 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 6205 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 6235 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 6309 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 6317 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 6384 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED || IS_UNUSED 6445 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 6454 Zend/zend_vm_execute.h (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 6537 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 6604 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 6714 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 6781 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 6894 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 7064 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 7101 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 7143 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 7173 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 7256 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 7323 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 7400 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 7403 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 7582 Zend/zend_vm_execute.h zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 7589 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 7596 Zend/zend_vm_execute.h zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 7633 Zend/zend_vm_execute.h IS_UNUSED == IS_CONST && IS_UNUSED 7637 Zend/zend_vm_execute.h IS_UNUSED == IS_CONST && IS_UNUSED 7640 Zend/zend_vm_execute.h } else if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 7644 Zend/zend_vm_execute.h if (IS_UNUSED != IS_CONST) { IS_UNUSED 7647 Zend/zend_vm_execute.h if (IS_UNUSED & (IS_VAR|IS_CV) && Z_ISREF_P(function_name)) { IS_UNUSED 7652 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) { IS_UNUSED 7668 Zend/zend_vm_execute.h fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), ((IS_UNUSED == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL)); IS_UNUSED 7677 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST && IS_UNUSED 7686 Zend/zend_vm_execute.h if (IS_UNUSED != IS_CONST) { IS_UNUSED 7749 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 7753 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 7850 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 7859 Zend/zend_vm_execute.h if (IS_UNUSED != IS_CONST) { IS_UNUSED 7870 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) { IS_UNUSED 7885 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) { IS_UNUSED 7907 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 7915 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 7922 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 7924 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 7940 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 7977 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 7980 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 8019 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 8049 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 8052 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 8154 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 8221 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 8226 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 8231 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 8233 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(key)) { IS_UNUSED 8238 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 8967 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 8992 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 9001 Zend/zend_vm_execute.h (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 9064 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 9073 Zend/zend_vm_execute.h (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 9139 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 9273 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 9279 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 9390 Zend/zend_vm_execute.h } else if (IS_CV != IS_UNUSED) { IS_UNUSED 9725 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 9782 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 9790 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 9797 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 9799 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 9818 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 9826 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 9893 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED || IS_UNUSED 9954 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 9963 Zend/zend_vm_execute.h (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 10010 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 10077 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 10787 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) { IS_UNUSED 10812 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 10821 Zend/zend_vm_execute.h (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 10885 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 10894 Zend/zend_vm_execute.h (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 10961 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 11095 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 11101 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 11213 Zend/zend_vm_execute.h } else if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) { IS_UNUSED 11499 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) { IS_UNUSED 11556 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 11564 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 11571 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 11573 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 11592 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 11600 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 11667 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED || IS_UNUSED 11728 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 11737 Zend/zend_vm_execute.h (IS_CONST != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 12689 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 12714 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 12723 Zend/zend_vm_execute.h (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 12789 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 12952 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 13009 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 13017 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 13024 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 13026 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED) IS_UNUSED 13054 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 13121 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 13231 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 13298 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 13408 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 13475 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 13549 Zend/zend_vm_execute.h zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 13556 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 13563 Zend/zend_vm_execute.h zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 13575 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 13579 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED) IS_UNUSED 13676 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 13685 Zend/zend_vm_execute.h if (IS_UNUSED != IS_CONST) { IS_UNUSED 13696 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) { IS_UNUSED 13711 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) { IS_UNUSED 13733 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 13741 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 13748 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 13750 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED) IS_UNUSED 13778 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 13845 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 13850 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 13855 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 13857 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(key)) { IS_UNUSED 13862 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 13962 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 13987 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 13996 Zend/zend_vm_execute.h (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 14062 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 14225 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 14282 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 14290 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 14297 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 14299 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED) IS_UNUSED 14327 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 14394 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 14475 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) { IS_UNUSED 14500 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 14509 Zend/zend_vm_execute.h (IS_TMP_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 14576 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 14739 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) { IS_UNUSED 14796 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 14804 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 14811 Zend/zend_vm_execute.h if (IS_TMP_VAR == IS_UNUSED) { IS_UNUSED 14813 Zend/zend_vm_execute.h #if 0 || (IS_TMP_VAR != IS_UNUSED) IS_UNUSED 16494 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 16513 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 16556 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 16572 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 16573 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 16576 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 16655 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16658 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16675 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16678 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16695 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16698 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16715 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16718 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16735 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16738 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16755 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16758 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16775 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16778 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16795 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16798 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16815 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16818 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16835 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16838 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16855 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16858 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16875 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 16878 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 16904 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 16919 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 16984 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 16999 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 17121 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 17169 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 17178 Zend/zend_vm_execute.h (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 17241 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 17272 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 17305 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 17342 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 17374 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 17416 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 17456 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 17565 Zend/zend_vm_execute.h } else if (IS_CONST != IS_UNUSED) { IS_UNUSED 17674 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 17825 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 17882 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 17890 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 17897 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 17899 Zend/zend_vm_execute.h #if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 17917 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 17930 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 17980 Zend/zend_vm_execute.h } else if (IS_VAR != IS_UNUSED && Z_ISREF_P(container)) { IS_UNUSED 17989 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 17995 Zend/zend_vm_execute.h } else if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) { IS_UNUSED 18013 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 18026 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { IS_UNUSED 18068 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 18136 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 18274 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 18342 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 18540 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 18608 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 18670 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 18686 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 18687 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 18690 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 18697 Zend/zend_vm_execute.h zend_fetch_dimension_address_RW(&rv, container, dim, IS_UNUSED); IS_UNUSED 18733 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18736 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18753 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18756 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18773 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18776 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18793 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18796 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18813 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18816 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18833 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18836 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18853 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18856 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18873 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18876 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18893 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18896 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18913 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18916 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18933 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18936 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18953 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 18956 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 18984 Zend/zend_vm_execute.h zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 19006 Zend/zend_vm_execute.h zend_fetch_dimension_address_RW(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 19036 Zend/zend_vm_execute.h zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 19043 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 19050 Zend/zend_vm_execute.h zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 19079 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 19089 Zend/zend_vm_execute.h variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, IS_UNUSED, BP_VAR_W); IS_UNUSED 19119 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 19193 Zend/zend_vm_execute.h IS_UNUSED == IS_CONST && IS_UNUSED 19197 Zend/zend_vm_execute.h IS_UNUSED == IS_CONST && IS_UNUSED 19200 Zend/zend_vm_execute.h } else if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 19204 Zend/zend_vm_execute.h if (IS_UNUSED != IS_CONST) { IS_UNUSED 19207 Zend/zend_vm_execute.h if (IS_UNUSED & (IS_VAR|IS_CV) && Z_ISREF_P(function_name)) { IS_UNUSED 19212 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(function_name) == IS_UNDEF)) { IS_UNUSED 19228 Zend/zend_vm_execute.h fbc = zend_std_get_static_method(ce, Z_STR_P(function_name), ((IS_UNUSED == IS_CONST) ? (EX_CONSTANT(opline->op2) + 1) : NULL)); IS_UNUSED 19237 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST && IS_UNUSED 19246 Zend/zend_vm_execute.h if (IS_UNUSED != IS_CONST) { IS_UNUSED 19309 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 19313 Zend/zend_vm_execute.h #if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 19410 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 19419 Zend/zend_vm_execute.h if (IS_UNUSED != IS_CONST) { IS_UNUSED 19430 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) { IS_UNUSED 19445 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) { IS_UNUSED 19467 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 19475 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 19482 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 19484 Zend/zend_vm_execute.h #if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 19529 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 19597 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 19602 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 19607 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 19609 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(key)) { IS_UNUSED 19614 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 19698 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 19717 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 19760 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 19776 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 19777 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 19780 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 19859 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 19862 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 19879 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 19882 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 19899 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 19902 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 19919 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 19922 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 19939 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 19942 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 19959 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 19962 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 19979 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 19982 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 19999 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 20002 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 20019 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 20022 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 20039 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 20042 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 20059 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 20062 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 20079 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 20082 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 20108 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 20123 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 20188 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 20203 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 20325 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 20373 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 20382 Zend/zend_vm_execute.h (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 20445 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 20476 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 20509 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 20546 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 20578 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 20620 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 20660 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 20828 Zend/zend_vm_execute.h } else if (IS_CV != IS_UNUSED) { IS_UNUSED 20981 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 21038 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 21046 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 21053 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 21055 Zend/zend_vm_execute.h #if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21073 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 21086 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 21136 Zend/zend_vm_execute.h } else if (IS_VAR != IS_UNUSED && Z_ISREF_P(container)) { IS_UNUSED 21145 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 21151 Zend/zend_vm_execute.h } else if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) { IS_UNUSED 21169 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 21182 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { IS_UNUSED 21224 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 21292 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 21357 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 21376 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 21419 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 21435 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 21436 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 21439 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 21520 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21523 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21540 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21543 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21560 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21563 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21580 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21583 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21600 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21603 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21620 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21623 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21640 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21643 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21660 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21663 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21680 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21683 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21700 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21703 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21720 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21723 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21740 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 21743 Zend/zend_vm_execute.h # if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 21769 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 21784 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 21850 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 21865 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 21988 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) { IS_UNUSED 22036 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 22045 Zend/zend_vm_execute.h (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 22109 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 22140 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 22173 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 22210 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 22242 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 22284 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) { IS_UNUSED 22324 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) { IS_UNUSED 22405 Zend/zend_vm_execute.h } else if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) { IS_UNUSED 22558 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) { IS_UNUSED 22615 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 22623 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 22630 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED) { IS_UNUSED 22632 Zend/zend_vm_execute.h #if 0 || (IS_VAR != IS_UNUSED) IS_UNUSED 22650 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 22663 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 22713 Zend/zend_vm_execute.h } else if (IS_VAR != IS_UNUSED && Z_ISREF_P(container)) { IS_UNUSED 22722 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 22728 Zend/zend_vm_execute.h } else if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) { IS_UNUSED 22747 Zend/zend_vm_execute.h if (IS_VAR == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 22760 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { IS_UNUSED 22794 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(obj) == NULL)) { IS_UNUSED 22800 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED 22801 Zend/zend_vm_execute.h (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) { IS_UNUSED 22802 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(obj)) { IS_UNUSED 22808 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(obj) == IS_UNDEF)) { IS_UNUSED 22868 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 22876 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(ptr)) { IS_UNUSED 22904 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 22913 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 22923 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 22966 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 22972 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 22982 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 22983 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 22986 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 23029 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23032 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23049 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23052 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23069 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23072 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23089 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23092 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23109 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23112 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23129 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23132 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23149 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23152 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23169 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23172 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23189 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23192 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23209 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23212 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23229 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23232 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23249 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 23252 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 23278 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 23286 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 23293 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 23358 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 23366 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 23373 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 23434 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 23442 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED 23443 Zend/zend_vm_execute.h (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 23444 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 23506 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 23511 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 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); IS_UNUSED 23519 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 23537 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 23542 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 23547 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_RW); IS_UNUSED 23549 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 23567 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 23575 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED 23576 Zend/zend_vm_execute.h (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 23577 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 23642 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 23647 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 23653 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 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); IS_UNUSED 23660 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 23679 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 23687 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 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); IS_UNUSED 23694 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 23711 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 23719 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 23724 Zend/zend_vm_execute.h zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_UNUSED, property_name, IS_CONST, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CONST == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL)); IS_UNUSED 23803 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 23809 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 23811 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 23812 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(object))) { IS_UNUSED 23818 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) { IS_UNUSED 23868 Zend/zend_vm_execute.h } else if (IS_UNUSED & (IS_VAR|IS_TMP_VAR|IS_CV)) { IS_UNUSED 23888 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 23929 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 23967 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 23997 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 24005 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 24012 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 24014 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24032 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 24037 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 24045 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 24095 Zend/zend_vm_execute.h } else if (IS_UNUSED != IS_UNUSED && Z_ISREF_P(container)) { IS_UNUSED 24104 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 24110 Zend/zend_vm_execute.h } else if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) { IS_UNUSED 24128 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 24133 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 24141 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { IS_UNUSED 24174 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 24182 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 24238 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 24249 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || IS_UNUSED 24250 Zend/zend_vm_execute.h (IS_UNUSED != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) { IS_UNUSED 24310 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 24318 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED 24319 Zend/zend_vm_execute.h (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 24320 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 24366 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 24372 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 24379 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 24387 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) { IS_UNUSED 24395 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && IS_UNUSED 24410 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 24415 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 24417 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(value)) { IS_UNUSED 24422 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 24433 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 24507 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 24513 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 24520 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 24528 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) { IS_UNUSED 24536 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && IS_UNUSED 24551 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 24556 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 24558 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(value)) { IS_UNUSED 24563 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 24574 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 24648 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 24654 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 24661 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 24669 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) { IS_UNUSED 24677 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && IS_UNUSED 24692 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 24697 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 24699 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(value)) { IS_UNUSED 24704 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 24715 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 24777 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 24783 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 24793 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 24794 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 24797 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 24804 Zend/zend_vm_execute.h zend_fetch_dimension_address_RW(&rv, container, dim, IS_UNUSED); IS_UNUSED 24840 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24843 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24860 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24863 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24880 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24883 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24900 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24903 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24920 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24923 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24940 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24943 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24960 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24963 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24980 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 24983 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25000 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25003 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25020 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25023 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25040 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25043 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25060 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25063 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25083 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 25087 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25094 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 25097 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_VAR) { IS_UNUSED 25102 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_CV) { IS_UNUSED 25124 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 25142 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 25150 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 25157 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 25159 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25187 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 25193 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 25200 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 25208 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) { IS_UNUSED 25216 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && IS_UNUSED 25231 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 25236 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 25238 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(value)) { IS_UNUSED 25243 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 25254 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 25259 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 25264 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 25266 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(key)) { IS_UNUSED 25271 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 25319 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 25328 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 25338 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 25381 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 25387 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 25397 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 25398 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 25401 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 25444 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25447 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25464 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25467 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25484 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25487 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25504 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25507 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25524 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25527 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25544 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25547 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25564 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25567 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25584 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25587 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25604 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25607 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25624 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25627 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25644 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25647 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25664 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 25667 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 25693 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 25701 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 25708 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 25773 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 25781 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 25788 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 25849 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 25857 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED 25858 Zend/zend_vm_execute.h (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 25859 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 25921 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 25926 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 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); IS_UNUSED 25934 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 25952 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 25957 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 25962 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_RW); IS_UNUSED 25964 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 25982 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 25990 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED 25991 Zend/zend_vm_execute.h (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 25992 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 26057 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 26062 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 26068 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 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); IS_UNUSED 26075 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 26094 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 26102 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 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); IS_UNUSED 26109 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 26126 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 26134 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 26139 Zend/zend_vm_execute.h zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_UNUSED, property_name, IS_CV, (opline+1)->op1_type, (opline+1)->op1, execute_data, ((IS_CV == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL)); IS_UNUSED 26218 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 26224 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 26226 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 26227 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(object))) { IS_UNUSED 26233 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) { IS_UNUSED 26283 Zend/zend_vm_execute.h } else if (IS_UNUSED & (IS_VAR|IS_TMP_VAR|IS_CV)) { IS_UNUSED 26305 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 26313 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 26320 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 26322 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 26340 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 26345 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 26353 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 26403 Zend/zend_vm_execute.h } else if (IS_UNUSED != IS_UNUSED && Z_ISREF_P(container)) { IS_UNUSED 26412 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 26418 Zend/zend_vm_execute.h } else if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) { IS_UNUSED 26436 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 26441 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 26449 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { IS_UNUSED 26482 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 26490 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 26546 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 26557 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || IS_UNUSED 26558 Zend/zend_vm_execute.h (IS_UNUSED != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) { IS_UNUSED 26618 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 26626 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED 26627 Zend/zend_vm_execute.h (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 26628 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 26674 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 26680 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 26687 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 26695 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(value_ptr == NULL)) { IS_UNUSED 26703 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && IS_UNUSED 26718 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 26723 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 26725 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(value)) { IS_UNUSED 26730 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 26741 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 26806 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 26815 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 26825 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 26868 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 26874 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 26884 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 26885 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 26888 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 26932 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 26935 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 26952 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 26955 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 26972 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 26975 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 26992 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 26995 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 27012 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 27015 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 27032 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 27035 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 27052 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 27055 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 27072 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 27075 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 27092 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 27095 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 27112 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 27115 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 27132 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 27135 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 27152 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 27155 Zend/zend_vm_execute.h # if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 27181 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 27189 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 27196 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 27262 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 27270 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 27277 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 27339 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 27347 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED 27348 Zend/zend_vm_execute.h (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 27349 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 27412 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 27417 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 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); IS_UNUSED 27425 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 27443 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 27448 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 27453 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_RW); IS_UNUSED 27455 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 27473 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 27481 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED 27482 Zend/zend_vm_execute.h (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 27483 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 27549 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 27554 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 27560 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 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); IS_UNUSED 27567 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 27586 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 27594 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 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); IS_UNUSED 27601 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && READY_TO_DESTROY(free_op1)) { IS_UNUSED 27618 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 27626 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(object == NULL)) { IS_UNUSED 27631 Zend/zend_vm_execute.h zend_assign_to_object(UNEXPECTED(RETURN_VALUE_USED(opline)) ? EX_VAR(opline->result.var) : NULL, object, IS_UNUSED, property_name, (IS_TMP_VAR|IS_VAR), (opline+1)->op1_type, (opline+1)->op1, execute_data, (((IS_TMP_VAR|IS_VAR) == IS_CONST) ? CACHE_ADDR(Z_CACHE_SLOT_P(property_name)) : NULL)); IS_UNUSED 27710 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 27716 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 27718 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 27719 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && EXPECTED(Z_ISREF_P(object))) { IS_UNUSED 27725 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV && UNEXPECTED(Z_TYPE_P(object) == IS_UNDEF)) { IS_UNUSED 27775 Zend/zend_vm_execute.h } else if (IS_UNUSED & (IS_VAR|IS_TMP_VAR|IS_CV)) { IS_UNUSED 27798 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 27806 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 27813 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 27815 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 27833 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 27838 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 27846 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 27896 Zend/zend_vm_execute.h } else if (IS_UNUSED != IS_UNUSED && Z_ISREF_P(container)) { IS_UNUSED 27905 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 27911 Zend/zend_vm_execute.h } else if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) { IS_UNUSED 27930 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 27935 Zend/zend_vm_execute.h if (IS_UNUSED == IS_VAR && UNEXPECTED(container == NULL)) { IS_UNUSED 27943 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { IS_UNUSED 27977 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 27985 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 28041 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 28052 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED || IS_UNUSED 28053 Zend/zend_vm_execute.h (IS_UNUSED != IS_CONST && EXPECTED(Z_TYPE_P(container) == IS_OBJECT))) { IS_UNUSED 28113 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 28121 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST || IS_UNUSED 28122 Zend/zend_vm_execute.h (IS_UNUSED != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 28123 Zend/zend_vm_execute.h if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(container)) { IS_UNUSED 28978 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(obj) == NULL)) { IS_UNUSED 28985 Zend/zend_vm_execute.h (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) { IS_UNUSED 29546 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 30499 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 30518 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 30561 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 30577 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 30578 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 30581 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 30660 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30663 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30680 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30683 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30700 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30703 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30720 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30723 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30740 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30743 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30760 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30763 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30780 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30783 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30800 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30803 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30820 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30823 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30840 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30843 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30860 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30863 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30880 Zend/zend_vm_execute.h #if 0 || (IS_CONST != IS_UNUSED) IS_UNUSED 30883 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 30909 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 30924 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 30989 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 31004 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 31078 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 31339 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 31387 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 31396 Zend/zend_vm_execute.h (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 31459 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 31490 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 31520 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 31529 Zend/zend_vm_execute.h (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 31595 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 31632 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 31708 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 31750 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 31790 Zend/zend_vm_execute.h if (IS_CONST == IS_UNUSED) { IS_UNUSED 31968 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 31974 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 32171 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 32228 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 32236 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 32243 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 32245 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 32261 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 32298 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 32344 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 32357 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 32407 Zend/zend_vm_execute.h } else if (IS_CV != IS_UNUSED && Z_ISREF_P(container)) { IS_UNUSED 32416 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 32422 Zend/zend_vm_execute.h } else if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) { IS_UNUSED 32440 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 32453 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { IS_UNUSED 32481 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 32511 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 32585 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 32593 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 32660 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || IS_UNUSED 32721 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 32730 Zend/zend_vm_execute.h (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 32821 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 32888 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 33117 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 33184 Zend/zend_vm_execute.h if (IS_TMP_VAR != IS_UNUSED) { IS_UNUSED 33297 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 33554 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 33591 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 33633 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 33663 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 33790 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 33857 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 33919 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 33935 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 33936 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 33939 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 33946 Zend/zend_vm_execute.h zend_fetch_dimension_address_RW(&rv, container, dim, IS_UNUSED); IS_UNUSED 33982 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 33985 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34002 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 34005 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34022 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 34025 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34042 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 34045 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34062 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 34065 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34082 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 34085 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34102 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 34105 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34122 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 34125 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34142 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 34145 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34162 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 34165 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34182 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 34185 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34202 Zend/zend_vm_execute.h #if 0 || (IS_UNUSED != IS_UNUSED) IS_UNUSED 34205 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34244 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 34247 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 34418 Zend/zend_vm_execute.h zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 34440 Zend/zend_vm_execute.h zend_fetch_dimension_address_RW(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 34470 Zend/zend_vm_execute.h zend_fetch_dimension_address_W(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 34477 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 34484 Zend/zend_vm_execute.h zend_fetch_dimension_address_read_R(EX_VAR(opline->result.var), container, NULL, IS_UNUSED); IS_UNUSED 34513 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 34523 Zend/zend_vm_execute.h variable_ptr = zend_fetch_dimension_address_inner(Z_ARRVAL_P(object_ptr), dim, IS_UNUSED, BP_VAR_W); IS_UNUSED 34553 Zend/zend_vm_execute.h if (IS_UNUSED == IS_UNUSED) { IS_UNUSED 34602 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 34606 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34703 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 34712 Zend/zend_vm_execute.h if (IS_UNUSED != IS_CONST) { IS_UNUSED 34723 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && EXPECTED(Z_TYPE_P(offset) == IS_REFERENCE)) { IS_UNUSED 34738 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_CV && Z_TYPE_P(offset) == IS_UNDEF) { IS_UNUSED 34760 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 34768 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 34775 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 34777 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 34793 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 34830 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 34833 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 34872 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 34902 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 34905 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 34985 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 35052 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 35057 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 35062 Zend/zend_vm_execute.h } else if (IS_UNUSED == IS_TMP_VAR) { IS_UNUSED 35064 Zend/zend_vm_execute.h } else if ((IS_UNUSED & (IS_VAR|IS_CV)) && Z_ISREF_P(key)) { IS_UNUSED 35069 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CV) { IS_UNUSED 35754 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 35773 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 35816 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 35832 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 35833 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 35836 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 35915 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 35918 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 35935 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 35938 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 35955 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 35958 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 35975 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 35978 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 35995 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 35998 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36015 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36018 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36035 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36038 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36055 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36058 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36075 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36078 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36095 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36098 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36115 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36118 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36135 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36138 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 36164 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 36179 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 36244 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 36259 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 36409 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 36457 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 36466 Zend/zend_vm_execute.h (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 36529 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 36560 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 36590 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 36599 Zend/zend_vm_execute.h (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 36665 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 36702 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 36734 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 36776 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 36816 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 37052 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 37058 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 37255 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 37312 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 37320 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 37327 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 37329 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 37347 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 37360 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 37410 Zend/zend_vm_execute.h } else if (IS_CV != IS_UNUSED && Z_ISREF_P(container)) { IS_UNUSED 37419 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 37425 Zend/zend_vm_execute.h } else if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) { IS_UNUSED 37443 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 37456 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { IS_UNUSED 37489 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 37497 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 37564 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || IS_UNUSED 37625 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 37634 Zend/zend_vm_execute.h (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 37681 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 37748 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 38414 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 38433 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 38476 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 38492 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || UNEXPECTED(Z_TYPE_P(container) != IS_ARRAY)) { IS_UNUSED 38493 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 38496 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 38577 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38580 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38597 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38600 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38617 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38620 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38637 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38640 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38657 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38660 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38677 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38680 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38697 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38700 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38717 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38720 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38737 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38740 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38757 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38760 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38777 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38780 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38797 Zend/zend_vm_execute.h #if 0 || ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) IS_UNUSED 38800 Zend/zend_vm_execute.h # if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 38826 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 38841 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 38907 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 38922 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { IS_UNUSED 39073 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) { IS_UNUSED 39121 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 39130 Zend/zend_vm_execute.h (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 39194 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 39225 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 39255 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 39264 Zend/zend_vm_execute.h (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 39331 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 39368 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 39400 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 39442 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) { IS_UNUSED 39482 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED) { IS_UNUSED 39632 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 39638 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 39836 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) { IS_UNUSED 39893 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 39901 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED) { IS_UNUSED 39908 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED) { IS_UNUSED 39910 Zend/zend_vm_execute.h #if 0 || (IS_CV != IS_UNUSED) IS_UNUSED 39928 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 39941 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 39991 Zend/zend_vm_execute.h } else if (IS_CV != IS_UNUSED && Z_ISREF_P(container)) { IS_UNUSED 40000 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || EXPECTED(Z_TYPE_P(container) == IS_OBJECT)) { IS_UNUSED 40006 Zend/zend_vm_execute.h } else if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) == IS_STRING)) { IS_UNUSED 40025 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 40038 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT)) { IS_UNUSED 40072 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 40080 Zend/zend_vm_execute.h if (IS_CV != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 40147 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED || IS_UNUSED 40208 Zend/zend_vm_execute.h if (IS_CV == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 40217 Zend/zend_vm_execute.h (IS_CV != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 40560 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(obj) == NULL)) { IS_UNUSED 40567 Zend/zend_vm_execute.h ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(obj) != IS_OBJECT))) { IS_UNUSED 40763 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) { IS_UNUSED 41455 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 41656 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 41665 Zend/zend_vm_execute.h ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 41867 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 41873 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) { IS_UNUSED 42031 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 42068 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 42110 Zend/zend_vm_execute.h IS_CONST == IS_UNUSED && IS_UNUSED 42140 Zend/zend_vm_execute.h if (IS_CONST != IS_UNUSED) { IS_UNUSED 42215 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 42223 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 42290 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED || IS_UNUSED 42351 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 42360 Zend/zend_vm_execute.h ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 42454 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 42625 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 42662 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 42704 Zend/zend_vm_execute.h IS_VAR == IS_UNUSED && IS_UNUSED 42734 Zend/zend_vm_execute.h if (IS_VAR != IS_UNUSED) { IS_UNUSED 42865 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 42868 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 43036 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 43073 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 43076 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 43115 Zend/zend_vm_execute.h IS_UNUSED == IS_UNUSED && IS_UNUSED 43145 Zend/zend_vm_execute.h if (IS_UNUSED != IS_UNUSED) { IS_UNUSED 43148 Zend/zend_vm_execute.h if (IS_UNUSED == IS_CONST) { IS_UNUSED 43848 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 43857 Zend/zend_vm_execute.h ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 44015 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 44021 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) { IS_UNUSED 44182 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 44190 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 44257 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED || IS_UNUSED 44318 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 44327 Zend/zend_vm_execute.h ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 44993 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 45002 Zend/zend_vm_execute.h ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 45161 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(object) == NULL)) { IS_UNUSED 45167 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED) { IS_UNUSED 45329 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 45337 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && EXPECTED(Z_TYPE_P(container) == IS_ARRAY)) { IS_UNUSED 45404 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED || IS_UNUSED 45465 Zend/zend_vm_execute.h if ((IS_TMP_VAR|IS_VAR) == IS_UNUSED && UNEXPECTED(Z_OBJ_P(container) == NULL)) { IS_UNUSED 45474 Zend/zend_vm_execute.h ((IS_TMP_VAR|IS_VAR) != IS_UNUSED && UNEXPECTED(Z_TYPE_P(container) != IS_OBJECT))) { IS_UNUSED 1075 ext/opcache/Optimizer/block_pass.c opline->op2_type = IS_UNUSED; IS_UNUSED 1084 ext/opcache/Optimizer/block_pass.c opline->op2_type = IS_UNUSED; IS_UNUSED 1388 ext/opcache/Optimizer/block_pass.c ZEND_OP1_TYPE(last_op) = IS_UNUSED; IS_UNUSED 1783 ext/opcache/Optimizer/block_pass.c #define RES_NEVER_USED(opline) (opline->result_type == IS_UNUSED || NEVER_USED(opline->result)) IS_UNUSED 94 ext/opcache/Optimizer/compact_literals.c op_type == IS_UNUSED) { IS_UNUSED 180 ext/opcache/Optimizer/compact_literals.c if (ZEND_OP1_TYPE(opline) == IS_UNUSED) { IS_UNUSED 207 ext/opcache/Optimizer/compact_literals.c if (ZEND_OP2_TYPE(opline) == IS_UNUSED) { IS_UNUSED 243 ext/opcache/Optimizer/pass1_5.c if (ZEND_OP1_TYPE(opline) == IS_UNUSED && IS_UNUSED 268 ext/opcache/Optimizer/pass1_5.c if (ZEND_OP1_TYPE(opline) == IS_UNUSED && IS_UNUSED 290 ext/opcache/Optimizer/pass1_5.c if (ZEND_OP1_TYPE(opline) != IS_UNUSED && IS_UNUSED 316 ext/opcache/Optimizer/pass1_5.c (ZEND_OP1_TYPE(opline - 1) == IS_UNUSED && IS_UNUSED 414 ext/opcache/Optimizer/pass1_5.c opline->result_type = IS_UNUSED; IS_UNUSED 657 ext/opcache/Optimizer/pass1_5.c opline->op2_type == IS_UNUSED && IS_UNUSED 145 ext/opcache/Optimizer/pass2.c ZEND_OP1_TYPE(opline) = IS_UNUSED; IS_UNUSED 182 ext/opcache/Optimizer/pass2.c ZEND_OP1_TYPE(opline) = IS_UNUSED; IS_UNUSED 42 ext/opcache/Optimizer/zend_optimizer_internal.h (opline)->op1_type = IS_UNUSED; \ IS_UNUSED 43 ext/opcache/Optimizer/zend_optimizer_internal.h (opline)->op2_type = IS_UNUSED; \ IS_UNUSED 44 ext/opcache/Optimizer/zend_optimizer_internal.h (opline)->result_type = IS_UNUSED; \ IS_UNUSED 690 ext/reflection/php_reflection.c if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { IS_UNUSED 1489 ext/reflection/php_reflection.c if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { IS_UNUSED 2832 ext/reflection/php_reflection.c if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) {