blob: 25ae7ed43fbbaa2ff2c5eb086a9507e8fee39b7f [file] [log] [blame]
<?php
class Cls {
/** @deprecated */
const DEPR = 12;
}
?>