3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(get_defined_constants(true)); $constants = array_filter(get_defined_constants(true)['intl'], function($name){ return strpos('CHAR_CATEGORY_', $name) !== false; }); IntlChar::enumCharTypes(function($start, $end, $type) { printf("U+%04x through U+%04x are in category %d\n", $start, $end, $constants[$type]); });

preferences:
59.07 ms | 405 KiB | 6 Q