Documentation ¶
Index ¶
Constants ¶
View Source
const ( // zend_function.type definitions from PHP sources ZEND_USER_FUNCTION = (1 << 1) ZEND_EVAL_CODE = (1 << 2) // This is used to check if the symbolized frame belongs to // top-level code. // From https://github.com/php/php-src/blob/PHP-8.0/Zend/zend_compile.h#L542 ZEND_CALL_TOP_CODE = (1<<17 | 1<<16) )
View Source
const ( // This is used to check if the VM mode is the default one // From https://github.com/php/php-src/blob/PHP-8.0/Zend/zend_vm_opcodes.h#L29 ZEND_VM_KIND_HYBRID = (1 << 2) )
Variables ¶
This section is empty.
Functions ¶
func Loader ¶
func Loader(ebpf interpreter.EbpfHandler, info *interpreter.LoaderInfo) (interpreter.Data, error)
func OpcacheLoader ¶
func OpcacheLoader(_ interpreter.EbpfHandler, info *interpreter.LoaderInfo) ( interpreter.Data, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.