php_repl icon indicating copy to clipboard operation
php_repl copied to clipboard

Can i pass my whole context into?

Open a-x- opened this issue 10 years ago • 0 comments

// 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! : -)

a-x- avatar Oct 09 '14 13:10 a-x-