001- array(5) { 002- [0]=> 003- array(2) { 004- ["name"]=> 005- string(27) "Doctrine\ORM\Mapping\Entity" 006- ["args"]=> 007- array(1) { 008- [0]=> 009- string(14) "imported class" 010- } 011- } 012- [1]=> 013- array(2) { 014- ["name"]=> 015- string(27) "Doctrine\ORM\Mapping\Entity" 016- ["args"]=> 017- array(1) { 018- [0]=> 019- string(18) "imported namespace" 020- } 021- } 022- [2]=> 023- array(2) { 024- ["name"]=> 025- string(27) "Doctrine\ORM\Mapping\Entity" 026- ["args"]=> 027- array(1) { 028- [0]=> 029- string(23) "absolute from namespace" 030- } 031- } 032- [3]=> 033- array(2) { 034- ["name"]=> 035- string(6) "Entity" 036- ["args"]=> 037- array(1) { 038- [0]=> 039- string(27) "import absolute from global" 040- } 041- } 042- [4]=> 043- array(2) { 044- ["name"]=> 045- string(29) "Doctrine\ORM\Attributes\Table" 046- ["args"]=> 047- array(0) { 048- } 049- } 050- } 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.