phpOMS/tests/Security/Sample/hasDeprecated.php
2019-04-27 10:34:00 +02:00

7 lines
89 B
PHP

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