<?php

class Obj
{
    const return = 'yep';
}

const return = 'nope';
?>