php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
ZEND_API const char *ZEND_FASTCALL | zend_get_opcode_name (uint8_t opcode) |
ZEND_API uint32_t ZEND_FASTCALL | zend_get_opcode_flags (uint8_t opcode) |
ZEND_API uint8_t | zend_get_opcode_id (const char *name, size_t length) |
ZEND_API uint32_t ZEND_FASTCALL zend_get_opcode_flags | ( | uint8_t | opcode | ) |
Definition at line 457 of file zend_vm_opcodes.c.
ZEND_API uint8_t zend_get_opcode_id | ( | const char * | name, |
size_t | length ) |
Definition at line 463 of file zend_vm_opcodes.c.
ZEND_API const char *ZEND_FASTCALL zend_get_opcode_name | ( | uint8_t | opcode | ) |
Definition at line 451 of file zend_vm_opcodes.c.