<?php

function test() {
    var_dump(isset($className::$test));
}
test();

?>