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

8 lines
81 B
PHP
Executable File

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