Skip to content
hnw edited this page Sep 13, 2010 · 30 revisions

phpall version 0.0.1

USAGE

phpall [php_code | php_script]

DESCRIPTION

Execute PHP code or PHP script with all PHP program, which is in the same directory to phpall command. Then, show the results.

When php_code outputs something, phpall shows same results. If php_code shows nothing, phpall executes “var_dump(php_code);”

INSTALL

$ wget http://github.com/hnw/phpall/raw/master/phpall
$ install phpall $HOME/bin
Clone this wiki locally