Lines Matching refs:T
6 trait T {
17 use T;
21 T::$foo = 42;
22 var_dump(T::$foo);
23 T::foo();
24 T::bar();
39 Deprecated: Accessing static trait property T::$foo is deprecated, it should only be accessed on a …
41 Deprecated: Accessing static trait property T::$foo is deprecated, it should only be accessed on a …
44 Deprecated: Calling static trait method T::foo is deprecated, it should only be called on a class u…
47 Deprecated: Calling static trait method T::bar is deprecated, it should only be called on a class u…
51 Deprecated: Accessing static trait property T::$foo is deprecated, it should only be accessed on a …
53 Deprecated: Accessing static trait property T::$foo is deprecated, it should only be accessed on a …
56 Deprecated: Calling static trait method T::foo is deprecated, it should only be called on a class u…
59 Deprecated: Calling static trait method T::bar is deprecated, it should only be called on a class u…