phpOMS/tests/Security/Sample/noUnicode.php
2023-09-21 02:02:27 +00:00

8 lines
80 B
PHP
Executable File

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