3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump( mb_check_encoding("test:test", "UUENCODE"), mb_detect_encoding("test:test", ["UUENCODE"], false), mb_detect_encoding("test:test", ["UUENCODE"], true) );
Output for 8.2.0 - 8.2.33, 8.3.0 - 8.3.33, 8.4.1 - 8.4.24, 8.5.0 - 8.5.9
Deprecated: mb_check_encoding(): Handling Uuencode via mbstring is deprecated; use convert_uuencode/convert_uudecode instead in /in/klWd0 on line 4 bool(true) bool(false) bool(false)
Output for 8.1.0 - 8.1.34
bool(true) bool(false) bool(false)
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30
bool(false) bool(false) bool(false)

preferences:
106.44 ms | 1460 KiB | 4 Q