Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 9 of 9) sorted by last modified time

/PHP-7.2/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, &op, op_type); in phpdbg_decode_input_op()
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c4460 int repeat_type, op_type; in compile_branch() local
5706 op_type = 0; /* Default single-char op codes */ in compile_branch()
5817 case OP_CHAR: op_type = OP_STAR - OP_STAR; break; in compile_branch()
5818 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
5819 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
5820 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
5865 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
5886 repeat_type += op_type; in compile_branch()
5925 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()
/PHP-7.2/ext/opcache/Optimizer/
H A Dcompact_literals.c81 zend_uchar op_type, in optimizer_literal_obj_info() argument
94 op_type == IS_UNUSED) { in optimizer_literal_obj_info()
102 zend_uchar op_type, in optimizer_literal_class_info() argument
110 if (op_type == IS_CONST) { in optimizer_literal_class_info()
/PHP-7.2/Zend/
H A Dzend_execute.c442 if (op_type == IS_TMP_VAR) { in _get_zval_ptr()
450 if (op_type == IS_CONST) { in _get_zval_ptr()
471 if (op_type == IS_CONST) { in _get_zval_ptr_r()
492 if (op_type == IS_CONST) { in _get_zval_ptr_deref()
513 if (op_type == IS_CONST) { in _get_zval_ptr_r_deref()
534 if (op_type == IS_CONST) { in _get_zval_ptr_undef()
559 if (op_type == IS_CV) { in _get_zval_ptr_ptr()
575 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr()
584 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_undef()
593 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_ptr()
[all …]
H A Dzend_execute.h321 ZEND_API zval *zend_get_zval_ptr(int op_type, const znode_op *node, const zend_execute_data *execut…
H A Dzend_compile.c2405 zn.op_type = IS_CONST; in zend_emit_final_return()
2564 result->op_type = IS_CONST; in zend_compile_class_ref_ex()
2571 result->op_type = IS_CONST; in zend_compile_class_ref_ex()
2592 result->op_type = IS_CV; in zend_try_compile_cv()
3754 array.op_type = IS_CONST; in zend_compile_func_in_array()
3865 first.op_type = IS_CONST; in zend_compile_func_array_slice()
4451 && (expr_node.op_type == IS_CV || (by_ref && expr_node.op_type == IS_VAR)) in zend_compile_return()
4697 result->op_type = IS_CONST; in zend_compile_expr_list()
5495 var_node.op_type = IS_CV; in zend_compile_params()
7053 if (left_node.op_type == IS_CONST && right_node.op_type == IS_CONST) { in zend_compile_binary_op()
[all …]
H A Dzend_compile.h87 zend_uchar op_type; member
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
/PHP-7.2/
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

Completed in 115 milliseconds