Lines Matching refs:ok
7 const C = "const ok\n";10 return "func ok\n";14 const C = "const ok\n";16 static $var = "var ok\n";18 echo "class ok\n";21 return "method ok\n";33 return "ok\n";48 const ok49 func ok50 const ok51 const ok52 var ok53 method ok54 const ok55 const ok56 class ok57 ok