0
I Use This!
Inactive

Commits : Listings

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