Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ php.js
File
php.js
static/js/codemirror/mode/php/php.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
(
function
() {
2
function
keywords(str) {
3
var
obj = {}, words = str.split(
" "
);
4
for
(
var
i = 0; i < words.length; ++i) obj[words[i]] = true;
Callers
nothing calls this directly
Calls
6
heredoc
Function · 0.85
indent
Method · 0.80
keywords
Function · 0.70
match
Method · 0.45
next
Method · 0.45
test
Method · 0.45
Tested by
no test coverage detected