3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'Ruka'; # Make sure string is in UTF-8 and strip invalid UTF-8 characters $str = mb_convert_encoding($str, 'UTF-8', mb_list_encodings()); print_r($str);
Output for 8.1.2 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
創歡
Output for 8.1.0 - 8.1.1
Output for 8.0.1 - 8.0.30
Ruka

preferences:
80.3 ms | 1102 KiB | 4 Q