001- array(0) { 002- } 003- array(3) { 004- [0]=> 005- int(1) 006- [1]=> 007- int(2) 008- [2]=> 009- int(3) 010- } 011- array(3) { 012- [0]=> 013- int(1) 014- [1]=> 015- int(2) 016- [2]=> 017- int(3) 018- } 019- array(3) { 020- [0]=> 021- int(1) 022- [1]=> 023- int(2) 024- [2]=> 025- int(3) 026- } 027- array(0) { 028- } 029- array(3) { 030- [0]=> 031- int(1) 032- [1]=> 033- int(2) 034- [2]=> 035- int(3) 036- } 037- array(5) { 038- [0]=> 039- int(1) 040- [1]=> 041- int(2) 042- [2]=> 043- int(3) 044- [3]=> 045- int(4) 046- [4]=> 047- int(5) 048- } 049- array(5) { 050- [0]=> 051- int(1) 052- [1]=> 053- int(2) 054- [2]=> 055- int(3) 056- [3]=> 057- int(4) 058- [4]=> 059- int(5) 060- } 061- int(1) 062- int(2) 063- NULL 064- int(1) 065- int(2) 066- int(3) 067- int(1) 068- int(2) 069- int(3) 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.