This table below shows predefined keywords in PHPoC. As keywords, functions and constants share namespace, try not to use duplicated names with those keywords when creating functions or constants.
| Alphabet | Keywords |
|---|---|
| a | array |
| b | bool boolean break |
| c | case const continue |
| d | default define die do |
| e | echo else elseif exit |
| f | float for function |
| g | global goto |
| i | if int integer include include_once |
| p | |
| r | return |
| s | static string switch |
| w | while |