Home
last modified time | relevance | path

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

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c1931 const zend_op *def_opline = def_op_num >= 0 ? &op_array->opcodes[def_op_num] : NULL; in handle_type_narrowing() local
1932 const char *def_op_name = def_opline ? zend_get_opcode_name(def_opline->opcode) : "PHI"; in handle_type_narrowing()

Completed in 11 milliseconds