Download the PHP package ffi/var-dumper without Composer
On this page you can find all versions of the php package ffi/var-dumper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ffi/var-dumper
More information about ffi/var-dumper
Files in ffi/var-dumper
Download ffi/var-dumper
More information about ffi/var-dumper
Files in ffi/var-dumper
Vendor ffi
Package var-dumper
Short Description List of symfony/var-dumper casters with FFI support
License MIT
Package var-dumper
Short Description List of symfony/var-dumper casters with FFI support
License MIT
Please rate this library. Is it a good library?
Informations about the package var-dumper
VarDumper Extension For FFI Types
This library allows you to dump FFI types using the functions dd()
and dump()
.
Requirements
- PHP >= 8.1
Installation
Library is available as composer repository and can be installed using the following command in a root of your project.
Usage
Unsafe Access
Some values may contain data that will cause access errors when read. For example, pointers leading to "emptiness".
Such data is marked as "unsafe" and only the first element is displayed. If you
want to display the values in full, you should use the VAR_DUMPER_FFI_UNSAFE=1
environment variable.
All versions of var-dumper with dependencies
PHP Build Version
Package Version
The package ffi/var-dumper contains the following files
Loading the files please wait ....