Searched refs:op_data_type (Results 1 – 2 of 2) sorted by relevance
475 $op_data_type = array( variable701 $op_data_type, $op_data_get_zval_ptr, $op_data_get_zval_ptr_undef,741 … "/OP_DATA_TYPE/" => $op_data_type[isset($extra_spec['OP_DATA']) ? $extra_spec['OP_DATA'] : "ANY"],
17702 uint8_t op_data_type = (opline + 1)->op1_type; local17755 || (op_data_type & (IS_VAR|IS_TMP_VAR)))) {17763 && (op_data_type & (IS_VAR|IS_TMP_VAR)) != 0) {
Completed in 70 milliseconds