Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_execute.c445 if (op_type == IS_TMP_VAR) { in _get_zval_ptr()
453 if (op_type == IS_CONST) { in _get_zval_ptr()
474 if (op_type == IS_CONST) { in _get_op_data_zval_ptr_r()
495 if (op_type == IS_CONST) { in _get_zval_ptr_deref()
516 if (op_type == IS_CONST) { in _get_op_data_zval_ptr_deref_r()
537 if (op_type == IS_CONST) { in _get_zval_ptr_undef()
562 if (op_type == IS_CV) { in _get_zval_ptr_ptr()
573 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr()
582 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_undef()
591 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_ptr()
[all …]
H A Dzend_compile.c2374 zn.op_type = IS_CONST; in zend_emit_final_return()
2513 result->op_type = IS_CONST; in zend_compile_class_ref_ex()
2547 result->op_type = IS_CV; in zend_try_compile_cv()
3785 array.op_type = IS_CONST; in zend_compile_func_in_array()
3896 first.op_type = IS_CONST; in zend_compile_func_array_slice()
4475 && (expr_node.op_type == IS_CV || (by_ref && expr_node.op_type == IS_VAR)) in zend_compile_return()
4744 result->op_type = IS_CONST; in zend_compile_expr_list()
5555 var_node.op_type = IS_CV; in zend_compile_params()
7137 if (left_node.op_type == IS_CONST && right_node.op_type == IS_CONST) { in zend_compile_binary_op()
7180 if (left_node.op_type == IS_CONST && right_node.op_type == IS_CONST) { in zend_compile_binary_op()
[all …]
H A DREADME.ZEND_VM4 ZEND_VM architecture allows specializing opcode handlers according to op_type
26 you can use ANY mask to disable specialization according operand's op_type.
56 opline->op<X>.op_type
H A Dzend_execute.h331 ZEND_API zval *zend_get_zval_ptr(const zend_op *opline, int op_type, const znode_op *node, const ze…
H A Dzend_compile.h83 zend_uchar op_type; member
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_opcode.c67 zend_op_array *ops, const zend_op *opline, znode_op op, zend_uchar op_type, in phpdbg_decode_input_op() argument
70 if (op_type != IS_UNUSED) { in phpdbg_decode_input_op()
71 result = phpdbg_decode_op(ops, opline, &op, op_type); in phpdbg_decode_input_op()
/PHP-7.3/
H A D.gdbinit543 if $znode->op_type == 1
546 if $znode->op_type == 2
549 if $znode->op_type == 4
552 if $znode->op_type == 8
558 if $znode->op_type == 1
562 if $znode->op_type == 2
567 if $znode->op_type == 4
572 if $znode->op_type == 8
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c4921 uint32_t repeat_type, op_type; in compile_branch() local
6420 op_type = 0; in compile_branch()
6482 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()
6963 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
6994 repeat_type += op_type; in compile_branch()
7033 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()

Completed in 100 milliseconds