phpOMS/tests/Security/Sample/hasDeprecated.php
2022-10-08 21:35:01 +02:00

8 lines
89 B
PHP
Executable File

<?php
declare(strict_types=1);
function hasDeprecated()
{
return eval('1 === 1');
}