001- NULL (only --) 002- POST DEC 003- Decrement on type null has no effect, this will change in the next major version of PHP 004- NULL 005- PRE DEC 006- Decrement on type null has no effect, this will change in the next major version of PHP 007- NULL 008- Empty string 009- POST INC 010- Increment on non-alphanumeric string is deprecated 011- string(0) "" 012- POST DEC 013- Decrement on empty string is deprecated as non-numeric 014- string(0) "" 015- PRE INC 016- Increment on non-alphanumeric string is deprecated 017- string(1) "1" 018- PRE DEC 019- Decrement on empty string is deprecated as non-numeric 020- int(-1) 021- Non fill ASCII (only ++) 022- POST INC 023- Increment on non-alphanumeric string is deprecated 024- string(4) " ad " 025- PRE INC 026- Increment on non-alphanumeric string is deprecated 027- string(4) " ad " 028- Bool 029- POST INC 030- Increment on type bool has no effect, this will change in the next major version of PHP 031- bool(false) 032- POST DEC 033- Decrement on type bool has no effect, this will change in the next major version of PHP 034- bool(false) 035- PRE INC 036- Increment on type bool has no effect, this will change in the next major version of PHP 037- bool(false) 038- PRE DEC 039- Decrement on type bool has no effect, this will change in the next major version of PHP 040- bool(false) 041- POST INC 042- Increment on type bool has no effect, this will change in the next major version of PHP 043- bool(true) 044- POST DEC 045- Decrement on type bool has no effect, this will change in the next major version of PHP 046- bool(true) 047- PRE INC 048- Increment on type bool has no effect, this will change in the next major version of PHP 049- bool(true) 050- PRE DEC 051- Decrement on type bool has no effect, this will change in the next major version of PHP 052- bool(true) 001+ Usage: php 002+ php -[b|c|n|h|i|q|s|v|?] [] [args...] 003+ Run in LSAPI mode, only '-b', '-s' and '-c' are effective 004+ Run in Command Line Interpreter mode when parameters are specified 005+ 006+ -b | Bind Path for external LSAPI Server mode 007+ -c | Look for php.ini file in this directory 008+ -n No php.ini file will be used 009+ -h This help 010+ -i PHP information 011+ -l Syntax check 012+ -q Quiet-mode. Suppress HTTP Header output. 013+ -s Display colour syntax highlighted source. 014+ -v Version number 015+ -? This help 016+ 017+ args... Arguments passed to script.