001- Variable div 002- Type: DivisionByZeroError 003- Message: Division by zero 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- Variable mod 006- Type: DivisionByZeroError 007- Message: Modulo by zero 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 009- Literal div 010- Type: DivisionByZeroError 011- Message: Division by zero 012- 013- Literal mod 014- Type: DivisionByZeroError 015- Message: Modulo by zero 016- 017- Double div 018- Type: DivisionByZeroError 019- Message: Division by zero 020- 021- Double mod 022- Type: DivisionByZeroError 023- Message: Modulo by zero 017+ args... Arguments passed to script.