Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 159 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 159 Bytes

phpsh

php shell

you input an expression, and php interpreter it.

phpsh > $a = 3
phpsh > $a
3
phpsh > $a*4
12
phpsh > date('Y-m-d')
2014-08-15