Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c2174 zn.op_type = IS_CONST; in zend_emit_final_return()
2351 result->op_type = IS_CV; in zend_try_compile_cv()
3611 array.op_type = IS_CONST; in zend_compile_func_in_array()
3741 first.op_type = IS_CONST; in zend_compile_func_array_slice()
4307 && (expr_node.op_type == IS_CV || (by_ref && expr_node.op_type == IS_VAR)) in zend_compile_return()
5388 var_node.op_type = IS_CV; in zend_compile_params()
7236 if (left_node.op_type == IS_CONST && right_node.op_type == IS_CONST) { in zend_compile_binary_op()
7287 if (left_node.op_type == IS_CONST && right_node.op_type == IS_CONST) { in zend_compile_binary_op()
7309 if (left_node.op_type == IS_CONST && right_node.op_type == IS_CONST) { in zend_compile_greater()
7667 if (node->op_type == IS_TMP_VAR || node->op_type == IS_VAR) { in zend_compile_assign_coalesce()
[all …]
H A Dzend_execute.c404 if (op_type == IS_CONST) { in _get_zval_ptr()
425 if (op_type == IS_CONST) { in _get_op_data_zval_ptr_r()
438 if (op_type == IS_TMP_VAR) { in _get_zval_ptr_deref()
446 if (op_type == IS_CONST) { in _get_zval_ptr_deref()
467 if (op_type == IS_CONST) { in _get_op_data_zval_ptr_deref_r()
488 if (op_type == IS_CONST) { in _get_zval_ptr_undef()
513 if (op_type == IS_CV) { in _get_zval_ptr_ptr()
524 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr()
533 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_undef()
542 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_ptr()
[all …]
H A DREADME.md34 `op_type` fields and using different execution methods (call threading, switch
57 also you can use ANY mask to disable specialization according operand's op_type.
88 opline->op<X>.op_type
H A Dzend_execute.h334 ZEND_API zval *zend_get_zval_ptr(const zend_op *opline, int op_type, const znode_op *node, const ze…
H A Dzend_compile.h79 zend_uchar op_type; member
/PHP-7.4/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.4/
H A D.gdbinit553 if $znode->op_type == 1
556 if $znode->op_type == 2
559 if $znode->op_type == 4
562 if $znode->op_type == 8
568 if $znode->op_type == 1
572 if $znode->op_type == 2
577 if $znode->op_type == 4
582 if $znode->op_type == 8
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5290 uint32_t repeat_type, op_type; in compile_branch() local
6838 op_type = 0; in compile_branch()
6900 op_type = chartypeoffset[op_previous - OP_CHAR]; in compile_branch()
7397 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
7428 repeat_type += op_type; in compile_branch()
7467 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()

Completed in 157 milliseconds