Searched refs:phpdbg_decode_op (Results 1 – 1 of 1) sorted by relevance
39 static inline char *phpdbg_decode_op(zend_op_array *ops, znode_op *op, uint32_t type) /* {{{ */ in phpdbg_decode_op() function100 decode[1] = phpdbg_decode_op(ops, &op->op1, op->op1_type); in phpdbg_decode_opline()139 decode[2] = phpdbg_decode_op(ops, &op->op2, op->op2_type); in phpdbg_decode_opline()149 decode[3] = phpdbg_decode_op(ops, &op->result, op->result_type); in phpdbg_decode_opline()
Completed in 3 milliseconds