001- array(3) { 002- [0]=> 003- int(2) 004- [1]=> 005- int(3) 006- [2]=> 007- int(4) 008- } 009- array(2) { 010- [0]=> 011- int(2) 012- [1]=> 013- int(3) 014- } 015- array(2) { 016- [0]=> 017- int(4) 018- [1]=> 019- int(5) 020- } 021- array(4) { 022- [0]=> 023- int(0) 024- [1]=> 025- int(1) 026- [2]=> 027- int(0) 028- [3]=> 029- int(1) 030- } 031- array(2) { 032- [0]=> 033- int(2) 034- [1]=> 035- int(3) 036- } 037- array(2) { 038- [0]=> 039- int(5) 040- [1]=> 041- int(6) 042- } 043- int(0) 044- array(4) { 045- [0]=> 046- int(1) 047- [1]=> 048- int(0) 049- [2]=> 050- int(1) 051- [3]=> 052- int(0) 053- } 054- int(0) 055- int(1) 056- array(4) { 057- [0]=> 058- int(1) 059- [1]=> 060- int(1) 061- [2]=> 062- int(1) 063- [3]=> 064- int(0) 065- } 066- int(0) 067- int(2) 068- int(0) 069- array(4) { 070- [0]=> 071- int(2) 072- [1]=> 073- int(1) 074- [2]=> 075- int(1) 076- [3]=> 077- int(0) 078- } 079- int(0) 080- int(3) 081- int(0) 082- int(1) 083- array(4) { 084- [0]=> 085- int(2) 086- [1]=> 087- int(1) 088- [2]=> 089- int(1) 090- [3]=> 091- int(0) 092- } 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.