001- array(1) { 002- [0]=> 003- object(ReflectionProperty)#2 (2) { 004- ["name"]=> 005- string(4) "name" 006- ["class"]=> 007- string(3) "Foo" 008- } 009- } 010- string(3) "Bar" 011- array(2) { 012- [0]=> 013- object(ReflectionProperty)#3 (2) { 014- ["name"]=> 015- string(4) "name" 016- ["class"]=> 017- string(6) "IntFoo" 018- } 019- [1]=> 020- object(ReflectionProperty)#4 (2) { 021- ["name"]=> 022- string(5) "value" 023- ["class"]=> 024- string(6) "IntFoo" 025- } 026- } 027- string(3) "Bar" 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.