Lines Matching refs:OK

10 echo $fn(" OK".PHP_EOL);
14 echo $fn(" OK".PHP_EOL);
18 echo $fn(" OK".PHP_EOL);
22 echo $fn(" OK".PHP_EOL);
26 echo $fn(" OK".PHP_EOL);
30 echo $fn(" OK".PHP_EOL);
34 echo $fn(" OK".PHP_EOL);
38 echo $fn(" OK".PHP_EOL);
42 echo $fn(" OK".PHP_EOL);
47 echo $fn(" OK".PHP_EOL);
52 echo $fn(" OK".PHP_EOL);
57 echo $fn(" OK".PHP_EOL);
62 echo $fn(" OK".PHP_EOL);
67 echo $fn(" OK".PHP_EOL);
72 echo $fn(" OK".PHP_EOL);
77 echo $fn(" OK".PHP_EOL);
82 echo $fn(" OK".PHP_EOL);
87 echo $fn(" OK".PHP_EOL);
91 echo $fn(" OK".PHP_EOL);
95 echo $fn(" OK".PHP_EOL);
100 Access public static function OK
101 Access public static function with different case OK
102 Access public static function with colon scheme OK
103 Access public instance method of object OK
104 Access public instance method of parent object through parent:: OK
105 Function that exists OK
106 Function that exists with different spelling OK
107 Closure is already a closure OK
108 Class with public invocable OK
109 Instance return private method as callable OK
110 Instance return private static method as callable OK
111 Instance return protected static method as callable OK
112 Subclass closure over parent class protected method OK
113 Subclass closure over parent class static protected method OK
114 Access public instance method of parent object through "parent::" OK
115 Access public instance method of self object through "self::" OK
116 Access public instance method of parent object through "self::" to parent method OK
117 Access protected instance method of parent object through "self::" to parent method OK
118 MagicCall __call instance method __call,nonExistentMethod, OK
119 MagicCall __callStatic static method __callStatic,nonExistentMethod, OK