Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_vm_opcodes.c439 ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(uint8_t opcode) { in zend_get_opcode_name() function
H A Dzend_vm_opcodes.h80 ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(uint8_t opcode);
/PHP-8.3/ext/zend_test/
H A Dobserver.c29 …%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()
/PHP-8.3/Zend/Optimizer/
H A Dssa_integrity.c114 (i), (zend_get_opcode_name(op_array->opcodes[i].opcode))
H A Dzend_dump.c444 const char *name = zend_get_opcode_name(opline->opcode); in zend_dump_op()
469 fprintf(stderr, " (%s)", zend_get_opcode_name(opline->extended_value) + 5); in zend_dump_op()
H A Dzend_inference.c2085 const char *def_op_name = def_opline ? zend_get_opcode_name(def_opline->opcode) : "PHI"; in emit_type_narrowing_warning()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_bp.c1014 const char *opname = zend_get_opcode_name(opcode); in phpdbg_find_breakpoint_opcode()

Completed in 72 milliseconds