Download the PHP package icewind/executer without Composer
On this page you can find all versions of the php package icewind/executer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download icewind/executer
More information about icewind/executer
Files in icewind/executer
Download icewind/executer
More information about icewind/executer
Files in icewind/executer
Vendor icewind
Package executer
Short Description Eval php code in temporary files to enable debugging
License MIT
Package executer
Short Description Eval php code in temporary files to enable debugging
License MIT
Please rate this library. Is it a good library?
Informations about the package executer
Executer
Eval php code in temporary files to enable debugging
Why not just use eval
?
Since code loaded trough eval
doesn't come from a file it's not possible for debuggers to show you the code being executed,
by placing the code in a temporary file and including it you gain the ability view the code in your favorite debugger while stepping trough it.
Usage
API
evalCode(string $code)
Execute eval-compatible code (doesn't start with '<?php...')includeCode(string $code)
Execute include-compatible code (start with '<?php...')
All versions of executer with dependencies
PHP Build Version
Package Version
Requires
makasim/temp-file Version
^0.2.0
The package icewind/executer contains the following files
Loading the files please wait ....