Fatal error: Uncaught Error: Call to undefined method ReflectionMethod::export() in /in/LLebD:17
Stack trace:
#0 {main}
thrown in /in/LLebD on line 17
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Deprecated: Function ReflectionMethod::export() is deprecated in /in/LLebD on line 17
Method [ <user, prototype InterfaceWithMethod> public method foo ] {
@@ /in/LLebD 9 - 9
}
Method [ <user> abstract public method foo ] {
@@ /in/LLebD 4 - 4
}
Method [ <user> public method foo ] {
@@ /in/LLebD 9 - 9
}
Fatal error: Uncaught ReflectionException: Method ClassWithTraitAndInterface::foo does not have a prototype in /in/LLebD:19
Stack trace:
#0 /in/LLebD(19): ReflectionMethod->getPrototype()
#1 {main}
thrown in /in/LLebD on line 19
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.30
Method [ <user> public method foo ] {
@@ /in/LLebD 9 - 9
}
Fatal error: Uncaught exception 'ReflectionException' with message 'Method ClassWithTraitAndInterface::foo does not have a prototype' in /in/LLebD:19
Stack trace:
#0 /in/LLebD(19): ReflectionMethod->getPrototype()
#1 {main}
thrown in /in/LLebD on line 19
Process exited with code 255.
Output for 5.4.0 - 5.4.45
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /in/LLebD on line 17
Process exited with code 255.