3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(html_entity_decode(" &raquo; ") /*=== " \x00\xBB "*/); foreach(split(html_entity_decode(" &raquo; ")) as $c)echo ord($c) . ' ';

preferences:
51.76 ms | 402 KiB | 5 Q