3v4l.org

run code in 300+ PHP versions simultaneously
<?php trait ExampleTrait { public function test() { $me = static::class; // OK $not_me = static::class . 'IsAwesome'; // OK $day_me = static::class . date('Ymd'); // OK $array_me = [static::class]; // BOOM } }

preferences:
24.67 ms | 404 KiB | 5 Q