Lines Matching refs:used
8 echo "instance scoped, non-static, \$this used\n";
13 echo "instance scoped, static, \$this used\n";
18 echo "instance scoped, non-static, \$this not used\n";
26 echo "static scoped, non-static, \$this used\n";
31 echo "static scoped, static, \$this used\n";
36 echo "static scoped, static, \$this not used\n";
49 instance scoped, non-static, $this used
52 instance scoped, static, $this used
53 instance scoped, non-static, $this not used
54 static scoped, non-static, $this used
55 static scoped, static, $this used
56 static scoped, static, $this not used