001- int(0) 002- catch in gen() 003- Exception: 0 in %s:%d 004- Stack trace: 005- #0 {main} 006- int(1) 007- catch in from() 008- Exception: 1 in %s:%d 009- Stack trace: 010- #0 {main} 011- int(2) 012- catch in gen() 013- Exception: 2 in %s:%d 014- Stack trace: 015- #0 {main} 016- int(3) 017- catch in from() 018- Exception: 3 in %s:%d 019- Stack trace: 020- #0 {main} 021- int(4) 022- catch in {main} 023- Exception: 4 in %s:%d 024- Stack trace: 025- #0 {main} 026- bool(false) 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.