php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_vm_opcodes.c File Reference
#include <stdio.h>
#include <zend.h>
#include <zend_vm_opcodes.h>

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)
 

Function Documentation

◆ zend_get_opcode_flags()

ZEND_API uint32_t ZEND_FASTCALL zend_get_opcode_flags ( uint8_t opcode)

Definition at line 457 of file zend_vm_opcodes.c.

◆ zend_get_opcode_id()

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_get_opcode_name()

ZEND_API const char *ZEND_FASTCALL zend_get_opcode_name ( uint8_t opcode)

Definition at line 451 of file zend_vm_opcodes.c.