php.dict 825 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. "<?"
  2. "<?php"
  3. "?>"
  4. "__class__"
  5. "__dir__"
  6. "__file__"
  7. "__function__"
  8. "__halt_compiler"
  9. "__line__"
  10. "__method__"
  11. "__namespace__"
  12. "__trait__"
  13. "abstract"
  14. "array"
  15. "as"
  16. "binary"
  17. "bool"
  18. "boolean"
  19. "break"
  20. "callable"
  21. "case"
  22. "catch"
  23. "class"
  24. "clone"
  25. "const"
  26. "continue"
  27. "declare"
  28. "default"
  29. "die"
  30. "do"
  31. "double"
  32. "echo"
  33. "else"
  34. "elseif"
  35. "empty"
  36. "enddeclare"
  37. "endfor"
  38. "endforeach"
  39. "endif"
  40. "endswitch"
  41. "endwhile"
  42. "eval"
  43. "exit"
  44. "extends"
  45. "final"
  46. "finally"
  47. "float"
  48. "fn"
  49. "for"
  50. "foreach"
  51. "function"
  52. "global"
  53. "goto"
  54. "if"
  55. "implements"
  56. "include"
  57. "include_once"
  58. "instanceof"
  59. "insteadof"
  60. "int"
  61. "integer"
  62. "interface"
  63. "isset"
  64. "list"
  65. "namespace"
  66. "new"
  67. "object"
  68. "print"
  69. "private"
  70. "protected"
  71. "public"
  72. "readonly"
  73. "real"
  74. "require"
  75. "require_once"
  76. "return"
  77. "static"
  78. "string"
  79. "switch"
  80. "throw"
  81. "trait"
  82. "try"
  83. "unset"
  84. "unset"
  85. "use"
  86. "var"
  87. "while"
  88. "yield from"
  89. "yield"