- Output for 8.1.23 - 8.1.30, 8.2.10 - 8.2.25, 8.3.0 - 8.3.13
- Fatal error: Uncaught Error: Undefined constant "MyClass" in /in/ZACr4:5
Stack trace:
#0 {main}
thrown in /in/ZACr4 on line 5
Process exited with code 255.
<?php
class MyClass {};
echo get_class(MyClass); // should show 'Class';