001- object(class@%s)#1 (1) { 002- ["i"]=> 003- int(1) 004- } 005- object(class@%s)#1 (1) { 006- ["i"]=> 007- int(2) 008- } 009- object(class@%s)#1 (1) { 010- ["i"]=> 011- int(3) 012- } 013- object(class@%s)#1 (1) { 014- ["i"]=> 015- int(4) 016- } 017- object(class@%s)#1 (1) { 018- ["i"]=> 019- int(5) 020- } 021- object(class@%s)#1 (1) { 022- ["i"]=> 023- int(6) 024- } 025- object(class@%s)#1 (1) { 026- ["i"]=> 027- int(7) 028- } 029- object(class@%s)#1 (1) { 030- ["i"]=> 031- int(8) 032- } 033- object(class@%s)#1 (1) { 034- ["i"]=> 035- int(9) 036- } 037- object(class@%s)#1 (1) { 038- ["i"]=> 039- int(10) 040- } 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.