Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c278 opline->op2_type == IS_UNUSED &&
305 } else if (op->op2_type == IS_VAR && op->op2.var == var) {
322 } else if (use->op2_type == IS_VAR && use->op2.var == var) {
323 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…
/PHP-5.5/Zend/
H A Dzend_compile.c635 opline->op2_type = IS_VAR; in zend_do_binary_assign_op()
743 opline.op2_type = IS_CONST; in zend_do_fetch_static_member()
768 opline.op2_type = IS_CONST; in zend_do_fetch_static_member()
1002 opline->op2_type = IS_VAR; in zend_do_assign()
1719 opline->op2_type = IS_CONST; in zend_do_begin_function_declaration()
2055 opline->op2_type = IS_CONST; in zend_do_begin_dynamic_function_call()
2485 opline->op2_type = IS_CONST; in zend_do_begin_class_member_function_call()
2910 opline->op2_type = IS_CV; in zend_do_begin_catch()
5065 opline->op2_type = IS_CONST; in zend_do_begin_class_declaration()
5196 opline->op2_type = IS_CONST; in zend_do_implements_interface()
[all …]
H A Dzend_vm_gen.php93 $op2_type = array( variable
308 global $op1_type, $op2_type, $op1_get_zval_ptr, $op2_get_zval_ptr,
352 $op2_type[$op2],
H A Dzend.c486 EG(exception_op)[0].op2_type = IS_UNUSED; in zend_init_exception_op()
491 EG(exception_op)[1].op2_type = IS_UNUSED; in zend_init_exception_op()
496 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.h118 zend_uchar op2_type; member
H A Dzend_execute_API.c1274 if (opline->op2_type == IS_CONST) { in execute_new_code()
H A Dzend_vm_execute.h40985 …_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE->op2_type); in ZEND_NULL_HANDLER()
45118 …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.5/ext/opcache/
H A DZendAccelerator.h369 # define ZEND_OP2_TYPE(opline) (opline)->op2_type
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c725 if (precv && precv->opcode == ZEND_RECV_INIT && precv->op2_type != IS_UNUSED) { in _parameter_string()
1495 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in _reflection_param_get_default_precv()
2569 if (!precv || precv->opcode != ZEND_RECV_INIT || precv->op2_type == IS_UNUSED) { in ZEND_METHOD()

Completed in 173 milliseconds