Lines Matching refs:ok
5 const C = "const ok\n";8 return "func ok\n";12 const C = "const ok\n";14 static $var = "var ok\n";16 echo "class ok\n";19 return "method ok\n";31 return "ok\n";46 const ok47 func ok48 const ok49 const ok50 var ok51 method ok52 const ok53 const ok54 class ok55 ok