php_repl
php_repl copied to clipboard
Can i pass my whole context into?
// Excuse my beginner's English
Hi!
I want use this repl in the my project as project specific repl with all of my functions and consts.
As i understood, i must pass every Symboll into run() method.
My attempt :
<?php
// ...
$__repl__->run(compact('Mq'));
It is misworking.
Can you help me?
Thanks! : -)