dev-master
9999999-devEval php code in temporary files to enable debugging
MIT
The Requires
The Development Requires
v0.1.0
0.1.0.0Eval php code in temporary files to enable debugging
MIT
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Eval php code in temporary files to enable debugging
Eval php code in temporary files to enable debugging, (*2)
composer require icewind/executer
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., (*3)
use Icewind\Executer\Executer; $executer = new Executer(); $executer->evalCode('echo "foo"');
evalCode(string $code) Execute eval-compatible code (doesn't start with '<?php...')includeCode(string $code) Execute include-compatible code (start with '<?php...')Eval php code in temporary files to enable debugging
MIT
Eval php code in temporary files to enable debugging
MIT