3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Rely on the default value for the second parameter var_dump(IntlChar::charName("A")); // Provide a valid option for the second parameter var_dump(IntlChar::charName("A", IntlChar::UNICODE_CHAR_NAME)); // Another valid option, but with no corresponding name for that given option // This properly returns an empty string, as expected var_dump(IntlChar::charName("A", IntlChar::UNICODE_10_CHAR_NAME)); // Provide an invalid value for the second parameter var_dump(IntlChar::charName("A", 12345));

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
155.97 ms | 2905 KiB | 11 Q