001- Object 002- object(test)#1 (3) { 003- ["p1"]=> 004- int(1) 005- ["p2"]=> 006- string(1) "A" 007- ["p3"]=> 008- string(1) "B" 009- } 010- Clown 011- object(test)#2 (3) { 012- ["p1"]=> 013- int(1) 014- ["p2"]=> 015- string(1) "A" 016- ["p3"]=> 017- string(1) "C" 018- } 019- Done 001+ Usage: lsphp 002+ lsphp -[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.