phpOMS/tests/Security/Sample/hasDeprecated.php

7 lines
64 B
PHP

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