0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 13, 2025 — Sep 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix missing `a'. More... over 16 years ago
Fix italics. More... over 16 years ago
Remove backslash from README. More... over 16 years ago
Fix README escaping. More... over 16 years ago
it's. More... over 16 years ago
Make script executable from checkout. More... almost 17 years ago
add strings to getReflection so it's possible to see what was previously eval()ed More... almost 17 years ago
use tokens to determine implicitness More... almost 17 years ago
use tokenizer to: 1) strip comments, 2) analyze input for multiple statements, 3) append semicolon, intelligently More... almost 17 years ago
need to escape the input if we wrap it in single quotes, here More... almost 17 years ago
consolidate token logic More... almost 17 years ago
Fix typo. More... almost 17 years ago
Allow passing scope to run(), update docs. More... almost 17 years ago
Make the global repl instance safer. More... almost 17 years ago
Remove autorun, it really made no sense at all, what was i thinking? More... almost 17 years ago
silence NULL output; I think this is the right thing, but I'd like to discuss it with ieure at some point More... almost 17 years ago
use a safer variable name for the ob More... almost 17 years ago
add a check to ensure that a reflection object exists before trying to fetch the doc comment; also expand on the quoting logic: add a better (token based) check to determine when an input string should be quoted More... almost 17 years ago
use readline_read_history instead of rolling our own. This also eliminates the octal problem (\040 instead of space, for example More... almost 17 years ago
avoid early 'return' if multiple statements More... almost 17 years ago
optimize into ob_get_clean More... almost 17 years ago
allow escaping from nested output buffers More... almost 17 years ago
add CLI support to bootstrap More... almost 17 years ago
Fix stray `)' which broke packaging. More... almost 17 years ago
ignore new lines and empty lines when reading history More... almost 17 years ago
read history before autorun More... almost 17 years ago
use getenv instead of _ENV for those who don't have it registered More... almost 17 years ago
Merge branch 'master' of [email protected]:ieure/php_repl More... over 17 years ago
Fix typo More... over 17 years ago
Set up an abbrev table, inherit php-mode abbrevs. More... over 17 years ago