Searched refs:zend_get_opcode_name (Results 1 – 7 of 7) sorted by relevance
437 ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(zend_uchar opcode) { in zend_get_opcode_name() function
80 ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(zend_uchar opcode);
29 …%s' in user handler -->\n", 2 * ZT_G(observer_nesting_depth), "", zend_get_opcode_name(EX(opline)-… in observer_show_opcode_in_user_handler()67 …*s<!-- opcode: '%s' -->\n", 2 * ZT_G(observer_nesting_depth), "", zend_get_opcode_name(EX(opline)-… in observer_show_opcode()
109 (i), (zend_get_opcode_name(op_array->opcodes[i].opcode))
426 const char *name = zend_get_opcode_name(opline->opcode); in zend_dump_op()451 fprintf(stderr, " (%s)", zend_get_opcode_name(opline->extended_value) + 5); in zend_dump_op()
2100 const char *def_op_name = def_opline ? zend_get_opcode_name(def_opline->opcode) : "PHI"; in emit_type_narrowing_warning()
1014 const char *opname = zend_get_opcode_name(opcode); in phpdbg_find_breakpoint_opcode()
Completed in 32 milliseconds