Home
last modified time | relevance | path

Searched refs:op2_type (Results 1 – 14 of 14) sorted by relevance

/PHP-5.6/ext/opcache/Optimizer/
H A Dpass1_5.c546 opline->op2_type == IS_UNUSED &&
573 } else if (op->op2_type == IS_VAR && op->op2.var == var) {
590 } else if (use->op2_type == IS_VAR && use->op2.var == var) {
591 use->op2_type = IS_CV;
H A Dzend_optimizer_internal.h44 …p2,0,sizeof(opline->op2)); opline->result_type=opline->op1_type=opline->op2_type=IS_UNUSED; opline…
H A Dzend_optimizer.c555 if (opline->op2_type == IS_CONST) { in zend_accel_optimize()
596 if (opline->op2_type == IS_CONST) { in zend_accel_optimize()
H A Dcompact_literals.c189 opline->op2_type, in optimizer_compact_literals()
/PHP-5.6/Zend/
H A Dzend_compile.c643 opline->op2_type = IS_VAR; in zend_do_binary_assign_op()
751 opline.op2_type = IS_CONST; in zend_do_fetch_static_member()
776 opline.op2_type = IS_CONST; in zend_do_fetch_static_member()
1010 opline->op2_type = IS_VAR; in zend_do_assign()
1746 opline->op2_type = IS_CONST; in zend_do_begin_function_declaration()
2096 opline->op2_type = IS_CONST; in zend_do_begin_dynamic_function_call()
2555 opline->op2_type = IS_CONST; in zend_do_begin_class_member_function_call()
3029 opline->op2_type = IS_CV; in zend_do_begin_catch()
5208 opline->op2_type = IS_CONST; in zend_do_begin_class_declaration()
5339 opline->op2_type = IS_CONST; in zend_do_implements_interface()
[all …]
H A Dzend_vm_gen.php93 $op2_type = array( variable
320 global $op1_type, $op2_type, $op1_get_zval_ptr, $op2_get_zval_ptr,
373 $op2_type[$op2],
H A Dzend.c487 EG(exception_op)[0].op2_type = IS_UNUSED; in zend_init_exception_op()
492 EG(exception_op)[1].op2_type = IS_UNUSED; in zend_init_exception_op()
497 EG(exception_op)[2].op2_type = IS_UNUSED; in zend_init_exception_op()
H A Dzend_opcode.c756 if (opline->op2_type == IS_CONST) { in pass_two()
H A Dzend_compile.h120 zend_uchar op2_type; member
H A Dzend_execute_API.c1172 if (opline->op2_type == IS_CONST) { in execute_new_code()
H A Dzend_vm_execute.h41672 …_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE->op2_type); in ZEND_NULL_HANDLER()
45905 …end_opcode_handlers[opcode * 25 + zend_vm_decode[op->op1_type] * 5 + zend_vm_decode[op->op2_type]]; in zend_vm_get_opcode_handler()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_opcode.c120 decode[2] = phpdbg_decode_op(ops, &op->op2, op->op2_type, vars TSRMLS_CC); in phpdbg_decode_opline()
/PHP-5.6/ext/opcache/
H A DZendAccelerator.h378 # define ZEND_OP2_TYPE(opline) (opline)->op2_type
/PHP-5.6/ext/reflection/
H A Dphp_reflection.c752 if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { in _parameter_string()
1533 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in _reflection_param_get_default_precv()
2607 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in ZEND_METHOD()

Completed in 146 milliseconds