Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_opcodes.c431 ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(zend_uchar opcode) { in zend_get_opcode_name() function
H A Dzend_vm_opcodes.h80 ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(zend_uchar opcode);
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_opcode.c30 const char *ret = zend_get_opcode_name(opcode); in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg_bp.c1013 const char *opname = zend_get_opcode_name(opcode); in phpdbg_find_breakpoint_opcode()
/PHP-8.0/ext/opcache/Optimizer/
H A Dssa_integrity.c110 (i), (zend_get_opcode_name(op_array->opcodes[i].opcode))
H A Dzend_dump.c410 const char *name = zend_get_opcode_name(opline->opcode); in zend_dump_op()
435 fprintf(stderr, " (%s)", zend_get_opcode_name(opline->extended_value) + 5); in zend_dump_op()
H A Dzend_inference.c1809 const char *def_op_name = def_opline ? zend_get_opcode_name(def_opline->opcode) : "PHI"; in emit_type_narrowing_warning()
/PHP-8.0/ext/zend_test/
H A Dtest.c556 …*s<!-- opcode: '%s' -->\n", 2 * ZT_G(observer_nesting_depth), "", zend_get_opcode_name(EX(opline)-… in observer_show_opcode()

Completed in 40 milliseconds