Home
last modified time | relevance | path

Searched refs:op_data_type (Results 1 – 2 of 2) sorted by relevance

/php-src/Zend/
H A Dzend_vm_gen.php475 $op_data_type = array( variable
701 $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"],
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c17702 uint8_t op_data_type = (opline + 1)->op1_type; local
17755 || (op_data_type & (IS_VAR|IS_TMP_VAR)))) {
17763 && (op_data_type & (IS_VAR|IS_TMP_VAR)) != 0) {

Completed in 70 milliseconds