Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h150 #define ZEND_ASSIGN_OBJ 136 macro
H A Dzend_vm_execute.h14232 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_VAR_CONST()
16751 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_VAR_TMP()
18850 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_VAR_VAR()
21056 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_VAR_UNUSED()
22490 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_VAR_CV()
24449 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_UNUSED_CONST()
25871 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_UNUSED_TMP()
27197 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_UNUSED_VAR()
28524 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_UNUSED_UNUSED()
28952 case ZEND_ASSIGN_OBJ: in zend_binary_assign_op_helper_SPEC_UNUSED_CV()
[all …]
H A Dzend_vm_def.h364 if (opline->extended_value == ZEND_ASSIGN_OBJ
384 if (opline->extended_value == ZEND_ASSIGN_OBJ) {
407 if (opline->extended_value == ZEND_ASSIGN_OBJ) {
453 case ZEND_ASSIGN_OBJ:
1607 ZEND_VM_HANDLER(136, ZEND_ASSIGN_OBJ, VAR|UNUSED|CV, CONST|TMP|VAR|CV)
1624 …property_name, (opline+1)->op1_type, &(opline+1)->op1, execute_data, ZEND_ASSIGN_OBJ, ((OP2_TYPE =…
H A Dzend_execute.c724 if (opcode == ZEND_ASSIGN_OBJ) { in zend_assign_to_object()
H A Dzend_compile.c623 last_op->extended_value = ZEND_ASSIGN_OBJ; in zend_do_binary_assign_op()
983 last_op->opcode = ZEND_ASSIGN_OBJ; in zend_do_assign()
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer.c191 case ZEND_ASSIGN_OBJ: in update_op2_const()
218 if (opline->extended_value == ZEND_ASSIGN_OBJ) { in update_op2_const()

Completed in 145 milliseconds