php_repl icon indicating copy to clipboard operation
php_repl copied to clipboard

A REPL (Read-Eval-Print Loop) for PHP

Results 5 php_repl issues
Sort by recently updated
recently updated
newest added

Is it possible for function redefinition to be implemented? Having functions only be declared once is very cumbersome for a REPL type application.

// 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...

I pulled in changes from various forks on github and made my own small change (adding the setOptions function). I figured you should pull them into the main repo.

Hi, Just pushed some fixes for php-repl.el to make it work on my Linux box. The comments in the commits should be sufficient to explain the changes. Best, -- David

Prompt should always start at the beginning of a line, even when a string is echoed with no newline at the end.