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 string(3) "Bar" string(3) "Foo" 004+ Run in Command Line Interpreter mode when parameters are specified 001- string(3) "Foo" 002- string(3) "Bar" 003- string(3) "Foo" 004- string(3) "Bar" 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 006- Fatal error: Uncaught Exception: Bar in %s:%d 007- Stack trace: 008- #0 %s(%d): {closure}('Bar') 009- #1 %s(%d): {closure}('Foo') 010- #2 {main} 011- thrown in %s on line %d 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.