Skip to content

Simple php repl with tab completion of functions, variables, class functions, class variables and class constants.

Notifications You must be signed in to change notification settings

erikdubbelboer/php-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Simple example

erik@localhost:~/php-repl$ ./repl.php
> include './
./.gitignore       ./.repl-history    ./README.md        ./repl-config.php  ./repl.php         ./.git
> strc
strchr(      strcmp(      strcoll(     strcspn(     strcasecmp(
> Reflection::
Reflection::getModifierNames(  Reflection::export(
> $c = new ReflectionClass('Reflection');
> $c->getM
getMethod(     getModifiers(  getMethods(
> $c::
c::export(               c::IS_EXPLICIT_ABSTRACT  c::IS_FINAL              c::IS_IMPLICIT_ABSTRACT

About

Simple php repl with tab completion of functions, variables, class functions, class variables and class constants.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages