phpOMS/tests/Security/Sample/hasDeprecated.php
2018-02-22 13:54:08 +01:00

6 lines
68 B
PHP

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