0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Jul 12, 2025 — Jul 12, 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... over 16 years ago
add strings to getReflection so it's possible to see what was previously eval()ed More... over 16 years ago
use tokens to determine implicitness More... over 16 years ago
use tokenizer to: 1) strip comments, 2) analyze input for multiple statements, 3) append semicolon, intelligently More... over 16 years ago
need to escape the input if we wrap it in single quotes, here More... over 16 years ago
consolidate token logic More... over 16 years ago
Fix typo. More... over 16 years ago
Allow passing scope to run(), update docs. More... over 16 years ago
Make the global repl instance safer. More... over 16 years ago
Remove autorun, it really made no sense at all, what was i thinking? More... over 16 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... over 16 years ago
use a safer variable name for the ob More... over 16 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... over 16 years ago
use readline_read_history instead of rolling our own. This also eliminates the octal problem (\040 instead of space, for example More... over 16 years ago
avoid early 'return' if multiple statements More... over 16 years ago
optimize into ob_get_clean More... over 16 years ago
allow escaping from nested output buffers More... over 16 years ago
add CLI support to bootstrap More... over 16 years ago
Fix stray `)' which broke packaging. More... over 16 years ago
ignore new lines and empty lines when reading history More... over 16 years ago
read history before autorun More... over 16 years ago
use getenv instead of _ENV for those who don't have it registered More... over 16 years ago
Merge branch 'master' of [email protected]:ieure/php_repl More... about 17 years ago
Fix typo More... about 17 years ago
Set up an abbrev table, inherit php-mode abbrevs. More... about 17 years ago