Home
last modified time | relevance | path

Searched refs:op2 (Results 51 – 59 of 59) sorted by relevance

123

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c2348 Z_STR_P(CRT_CONSTANT_EX(op_array, opline, opline->op2, ssa->rt_constants)), in zend_fetch_prop_info()
2364 int fetch_type = opline->op2.num & ZEND_FETCH_CLASS_MASK; in zend_fetch_static_prop_info()
2379 zval *zv = CRT_CONSTANT_EX(op_array, opline, opline->op2, ssa->rt_constants); in zend_fetch_static_prop_info()
3219 zval *zv = CRT_CONSTANT_EX(op_array, opline, opline->op2, ssa->rt_constants); in zend_update_type_info()
3841 static zend_bool is_effective_op1_double_cast(zend_op *opline, zval *op2) { in is_effective_op1_double_cast() argument
3842 return (opline->opcode == ZEND_ADD && Z_LVAL_P(op2) == 0) in is_effective_op1_double_cast()
3843 || (opline->opcode == ZEND_SUB && Z_LVAL_P(op2) == 0) in is_effective_op1_double_cast()
3844 || (opline->opcode == ZEND_MUL && Z_LVAL_P(op2) == 1) in is_effective_op1_double_cast()
3845 || (opline->opcode == ZEND_DIV && Z_LVAL_P(op2) == 1); in is_effective_op1_double_cast()
3941 zval *zv = CRT_CONSTANT_EX(op_array, opline, opline->op2, ssa->rt_constants); in can_convert_to_double()
[all …]
H A Descape_analysis.c211 && Z_TYPE_P(CRT_CONSTANT_EX(op_array, opline, opline->op2, ssa->rt_constants)) == IS_ARRAY) { in is_allocation_def()
H A Dzend_func_info.c1636 …er_op_array, call_info->caller_init_opline, call_info->caller_init_opline->op2, ssa->rt_constants)… in zend_get_func_info()
/PHP-7.4/
H A D.gdbinit595 printf "op2 => "
596 printzn &execute_data->opline.op2
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c744 …struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int op3, int line) in push_4_buffer() argument
754 inst_buf[inst_buf_index].operand_value[2] = op2; in push_4_buffer()
764 …3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op1, int op2, int line) in push_3_buffer() argument
774 inst_buf[inst_buf_index].operand_value[2] = op2; in push_3_buffer()
800 inst_buf[inst_buf_index].input_registers = (1L << op1) | (1L << op2); in push_3_buffer()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c775 cur = OP_JMP_ADDR(cur, cur->op2); in phpdbg_check_caught_ex()
/PHP-7.4/ext/standard/
H A Dstring.c5675 PHPAPI int string_natural_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_in… argument
5679 zend_string *str2 = zval_get_tmp_string(op2, &tmp_str2);
5689 PHPAPI int string_natural_case_compare_function(zval *result, zval *op1, zval *op2) /* {{{ */ argument
5691 return string_natural_compare_function_ex(result, op1, op2, 1);
5695 PHPAPI int string_natural_compare_function(zval *result, zval *op1, zval *op2) /* {{{ */ argument
5697 return string_natural_compare_function_ex(result, op1, op2, 0);
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c633 ZVAL_COPY(&zv, RT_CONSTANT(precv, precv->op2)); in _parameter_string()
2759 ZVAL_COPY(return_value, RT_CONSTANT(precv, precv->op2)); in ZEND_METHOD()
2783 if (precv && Z_TYPE_P(RT_CONSTANT(precv, precv->op2)) == IS_CONSTANT_AST) { in ZEND_METHOD()
2784 zend_ast *ast = Z_ASTVAL_P(RT_CONSTANT(precv, precv->op2)); in ZEND_METHOD()
2813 if (precv && Z_TYPE_P(RT_CONSTANT(precv, precv->op2)) == IS_CONSTANT_AST) { in ZEND_METHOD()
2814 zend_ast *ast = Z_ASTVAL_P(RT_CONSTANT(precv, precv->op2)); in ZEND_METHOD()
/PHP-7.4/Zend/
H A Dzend_generators.c240 zval_ptr_dtor(ZEND_CALL_VAR(ex, retval_op->op2.var)); in zend_generator_dtor_storage()

Completed in 72 milliseconds

123