
---- EXPECTED OUTPUT
#0 %s031_backtrace.php(12): MyAttribute->__construct()
#1 %s(%d): ReflectionAttribute->newInstance()
array(2) {
  [0]=>
  array(7) {
    ["file"]=>
    string(%d) "%s031_backtrace.php"
    ["line"]=>
    int(12)
    ["function"]=>
    string(11) "__construct"
    ["class"]=>
    string(11) "MyAttribute"
    ["object"]=>
    object(MyAttribute)#1 (0) {
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
  [1]=>
  array(7) {
    ["file"]=>
    string(%d) "%s"
    ["line"]=>
    int(%d)
    ["function"]=>
    string(11) "newInstance"
    ["class"]=>
    string(19) "ReflectionAttribute"
    ["object"]=>
    object(ReflectionAttribute)#2 (0) {
    }
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
}
array(2) {
  [0]=>
  array(6) {
    ["file"]=>
    string(%d) "%s031_backtrace.php"
    ["line"]=>
    int(12)
    ["function"]=>
    string(11) "__construct"
    ["class"]=>
    string(11) "MyAttribute"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
  [1]=>
  array(6) {
    ["file"]=>
    string(%d) "%s"
    ["line"]=>
    int(%d)
    ["function"]=>
    string(11) "newInstance"
    ["class"]=>
    string(19) "ReflectionAttribute"
    ["type"]=>
    string(2) "->"
    ["args"]=>
    array(0) {
    }
  }
}
---- 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
