001- Base::__construct 002- array(3) { 003- ["Foo"]=> 004- int(1) 005- ["Bar"]=> 006- int(2) 007- ["Baz"]=> 008- int(3) 009- } 010- array(1) { 011- ["Foo"]=> 012- int(1) 013- } 014- Base::__construct 015- array(3) { 016- ["Foo"]=> 017- int(1) 018- ["Bar"]=> 019- int(2) 020- ["Baz"]=> 021- int(3) 022- } 023- Child::__construct 024- array(3) { 025- ["Foo"]=> 026- int(1) 027- ["Bar"]=> 028- int(2) 029- ["Baz"]=> 030- int(4) 031- } 032- array(1) { 033- ["Foo"]=> 034- int(1) 035- } 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.