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 8.4.15
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libm.so.6: version `GLIBC_2.35' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /bin/php-8.4.15)
/bin/php-8.4.15: /usr/lib/libc.so.6: version `GLIBC_2.38' not found (required by /bin/php-8.4.15)
Process exited with code 1.
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.