phpOMS/tests/Security/Sample/hasUnicode.php
2023-09-21 16:42:46 +00:00

8 lines
86 B
PHP
Executable File

<?php
declare(strict_types=1);
function has𠀊Unicode() : bool
{
return true;
}