001- string(87) "Decrement on type null has no effect, this will change in the next major version of PHP" 002- NULL 003- NULL (only --) 004- POST DEC 005- string(87) "Decrement on type null has no effect, this will change in the next major version of PHP" 006- NULL 007- PRE DEC 008- string(87) "Decrement on type null has no effect, this will change in the next major version of PHP" 009- NULL 010- Empty string 011- POST INC 012- string(50) "Increment on non-alphanumeric string is deprecated" 013- string(0) "" 014- POST DEC 015- string(54) "Decrement on empty string is deprecated as non-numeric" 016- string(0) "" 017- PRE INC 018- string(50) "Increment on non-alphanumeric string is deprecated" 019- string(1) "1" 020- PRE DEC 021- string(54) "Decrement on empty string is deprecated as non-numeric" 022- int(-1) 023- Non fill ASCII (only ++) 024- POST INC 025- string(50) "Increment on non-alphanumeric string is deprecated" 026- string(4) " ad " 027- PRE INC 028- string(50) "Increment on non-alphanumeric string is deprecated" 029- string(4) " ad " 030- Bool 031- POST INC 032- string(87) "Increment on type bool has no effect, this will change in the next major version of PHP" 033- bool(false) 034- POST DEC 035- string(87) "Decrement on type bool has no effect, this will change in the next major version of PHP" 036- bool(false) 037- PRE INC 038- string(87) "Increment on type bool has no effect, this will change in the next major version of PHP" 039- bool(false) 040- PRE DEC 041- string(87) "Decrement on type bool has no effect, this will change in the next major version of PHP" 042- bool(false) 043- POST INC 044- string(87) "Increment on type bool has no effect, this will change in the next major version of PHP" 045- bool(true) 046- POST DEC 047- string(87) "Decrement on type bool has no effect, this will change in the next major version of PHP" 048- bool(true) 049- PRE INC 050- string(87) "Increment on type bool has no effect, this will change in the next major version of PHP" 051- bool(true) 052- PRE DEC 053- string(87) "Decrement on type bool has no effect, this will change in the next major version of PHP" 054- 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.