001- Original 002- object(test)#1 (2) { 003- ["a"]=> 004- array(2) { 005- [0]=> 006- int(1) 007- [1]=> 008- int(2) 009- } 010- ["b"]=> 011- array(2) { 012- [0]=> 013- int(3) 014- [1]=> 015- int(4) 016- } 017- } 018- Clone 019- object(test)#2 (2) { 020- ["a"]=> 021- array(2) { 022- [0]=> 023- int(1) 024- [1]=> 025- int(2) 026- } 027- ["b"]=> 028- array(2) { 029- [0]=> 030- int(3) 031- [1]=> 032- int(4) 033- } 034- } 035- Modify 036- object(test)#2 (2) { 037- ["a"]=> 038- int(5) 039- ["b"]=> 040- int(6) 041- } 042- 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.