
---- EXPECTED OUTPUT
string(30) "Doctrine\ORM\Attributes\Entity"
array(0) {
}
string(26) "Doctrine\ORM\Attributes\Id"
array(0) {
}
string(30) "Doctrine\ORM\Attributes\Column"
array(1) {
  [0]=>
  string(7) "integer"
}
string(38) "Doctrine\ORM\Attributes\GeneratedValue"
array(0) {
}
string(30) "Doctrine\ORM\Attributes\Column"
array(2) {
  [0]=>
  string(6) "string"
  [1]=>
  string(6) "unique"
}
string(45) "Symfony\Component\Validator\Constraints\Email"
array(1) {
  [0]=>
  array(1) {
    ["message"]=>
    string(45) "The email '{{ value }}' is not a valid email."
  }
}
string(45) "Symfony\Component\Validator\Constraints\Range"
array(1) {
  [0]=>
  array(3) {
    ["min"]=>
    int(120)
    ["max"]=>
    int(180)
    ["minMessage"]=>
    string(48) "You must be at least {{ limit }}cm tall to enter"
  }
}
string(30) "Doctrine\ORM\Attributes\Column"
array(1) {
  [0]=>
  string(7) "integer"
}
string(34) "Doctrine\ORM\Attributes\ManyToMany"
array(1) {
  [0]=>
  string(11) "Phonenumber"
}
string(33) "Doctrine\ORM\Attributes\JoinTable"
array(1) {
  [0]=>
  string(18) "users_phonenumbers"
}
string(34) "Doctrine\ORM\Attributes\JoinColumn"
array(2) {
  [0]=>
  string(7) "user_id"
  [1]=>
  string(2) "id"
}
string(41) "Doctrine\ORM\Attributes\InverseJoinColumn"
array(3) {
  [0]=>
  string(14) "phonenumber_id"
  [1]=>
  string(2) "id"
  [2]=>
  string(6) "unique"
}
---- ACTUAL OUTPUT
Usage: php
      php -[b|c|n|h|i|q|s|v|?] [<file>] [args...]
  Run in LSAPI mode, only '-b', '-s' and '-c' are effective
  Run in Command Line Interpreter mode when parameters are specified

  -b <address:port>|<port> Bind Path for external LSAPI Server mode
  -c <path>|<file> Look for php.ini file in this directory
  -n    No php.ini file will be used
  -h    This help
  -i    PHP information
  -l    Syntax check
  -q    Quiet-mode.  Suppress HTTP Header output.
  -s    Display colour syntax highlighted source.
  -v    Version number
  -?    This help

  args...    Arguments passed to script.
---- FAILED
