3v4l.org

run code in 300+ PHP versions simultaneously
<?php function ctype_print_utf(string $string): bool { return preg_match('/[[:cntrl:]]/', $string) === 0; } var_dump(ctype_print_utf('Garc�a'));

preferences:
31.59 ms | 405 KiB | 5 Q