3v4l.org

run code in 300+ PHP versions simultaneously
<?php $bi = IntlBreakIterator::createCodePointInstance(); $bi->setText("\xED\xA0\xBDa"); foreach ($bi as $cp) { var_dump($bi->getErrorMessage(), bin2hex($cp)); }

preferences:
26.01 ms | 405 KiB | 5 Q