Sign in
apache
/
netbeans
/
c9ae5f89a8f92e7ca33367c3f2d49de62080ff6c
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
semantic
/
deprecatedConst
/
deprecatedConst.php
blob: 25ae7ed43fbbaa2ff2c5eb086a9507e8fee39b7f [
file
] [
log
] [
blame
]
<?
php
class
Cls
{
/** @deprecated */
const
DEPR
=
12
;
}
?>