Lines Matching refs:Deprecated
2 #[\Deprecated]: Message Formats.
6 #[\Deprecated]
10 #[\Deprecated()]
14 #[\Deprecated("use test() instead")]
18 #[\Deprecated(message: "use test() instead", since: "1.0")]
22 #[\Deprecated(since: "1.0", message: "use test() instead")]
26 #[\Deprecated(since: "1.0")]
39 Deprecated: Function test1() is deprecated in %s on line %d
41 Deprecated: Function test2() is deprecated in %s on line %d
43 Deprecated: Function test3() is deprecated, use test() instead in %s on line %d
45 Deprecated: Function test4() is deprecated since 1.0, use test() instead in %s on line %d
47 Deprecated: Function test5() is deprecated since 1.0, use test() instead in %s on line %d
49 Deprecated: Function test6() is deprecated since 1.0 in %s on line %d