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 bool(false) bool(true) bool(true) 004+ Run in Command Line Interpreter mode when parameters are specified 001- bool(false) 002- bool(false) 003- bool(false) 004- bool(false) 005- bool(true) 006- bool(true) 007- ok 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 009- Fatal error: Uncaught Error: Cannot call abstract method Foo::bar() in %sbug63111.php:20 010- Stack trace: 011- #0 {main} 012- thrown in %sbug63111.php on line 20 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.