Home
last modified time | relevance | path

Searched refs:ZEND_ASSIGN_OBJ (Results 1 – 8 of 8) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_vm_opcodes.h150 #define ZEND_ASSIGN_OBJ 136 macro
H A Dzend_vm_execute.h14662 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_VAR_CONST()
17195 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_VAR_TMP()
19315 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_VAR_VAR()
21544 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_VAR_UNUSED()
22984 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_VAR_CV()
24968 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_UNUSED_CONST()
26398 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_UNUSED_TMP()
27737 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_UNUSED_VAR()
29077 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_UNUSED_UNUSED()
29515 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_UNUSED_CV()
[all …]
H A Dzend_vm_def.h363 if (opline->extended_value == ZEND_ASSIGN_OBJ
389 if (opline->extended_value == ZEND_ASSIGN_OBJ) {
412 if (opline->extended_value == ZEND_ASSIGN_OBJ) {
456 case ZEND_ASSIGN_OBJ:
1615 ZEND_VM_HANDLER(136, ZEND_ASSIGN_OBJ, VAR|UNUSED|CV, CONST|TMP|VAR|CV)
1632 …property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((OP2_TYPE =…
H A Dzend_execute.c752 if (opcode == ZEND_ASSIGN_OBJ) { in zend_assign_to_object()
H A Dzend_compile.c631 last_op->extended_value = ZEND_ASSIGN_OBJ; in zend_do_binary_assign_op()
991 last_op->opcode = ZEND_ASSIGN_OBJ; in zend_do_assign()
/PHP-5.6/ext/opcache/Optimizer/
H A Dcompact_literals.c204 case ZEND_ASSIGN_OBJ: in optimizer_compact_literals()
239 if (opline->extended_value == ZEND_ASSIGN_OBJ) { in optimizer_compact_literals()
H A Dzend_optimizer.c219 case ZEND_ASSIGN_OBJ: in update_op2_const()
246 if (opline->extended_value == ZEND_ASSIGN_OBJ) { in update_op2_const()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_opcode.c309 CASE(ZEND_ASSIGN_OBJ); in phpdbg_decode_opcode()

Completed in 150 milliseconds