3v4l.org

run code in 300+ PHP versions simultaneously
<?php const MADNESS = <<<EOM <?php yield // this comment doesn't make sense, but hey, why not? /* the blank line above doesn't make sense either, as well as this comment */ /* and thinking about it – */ // why not go batshit crazy with this? /* he */ from gen2(); EOM; var_dump(token_get_all(MADNESS)[2][1]);
Output for 8.3.0 - 8.3.17, 8.4.1 - 8.4.4
string(237) "yield // this comment doesn't make sense, but hey, why not? /* the blank line above doesn't make sense either, as well as this comment */ /* and thinking about it – */ // why not go batshit crazy with this? /* he */ from"
Output for 8.1.0 - 8.1.31, 8.2.0 - 8.2.27
string(5) "yield"

preferences:
68.95 ms | 412 KiB | 5 Q