trace2: use warning() directly in tr2_dst_malformed_warning()
[git/raj.git] / t / t4018 / php-method
blob03af1a6d9d7e77ed0f70355bf953576a528c8bb0
1 class Klass
3     public static function RIGHT()
4     {
5         return 'ChangeMe';
6     }