Software Details:
Version: 1.0.8
Upload Date: 13 May 15
Distribution Type: Freeware
Downloads: 51
REPL stands for "read–eval–print loop" and is a simple, interactive computer programming environment, mainly for debugging.
It's a stable feature in most programming languages, starting from Lisp and going up to Python, Clojure or Ruby. But not in PHP.
Boris implements such a system for PHP, enhancing PHP's console with an interactive code testing utility.
What is new in this release:
- Added failure hook support (useful for cleaning up closed connections).
- Bugfixes in colorizing output.
- Bugfix with foreach used without braces {}.
- Added version flag to executable.
What is new in version 1.0.1:
- First official version, includes color output support.
Requirements:
- PHP 5.3 or higher
Comments not found