MCPcopy 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

heredocFunction · 0.85
indentMethod · 0.80
keywordsFunction · 0.70
matchMethod · 0.45
nextMethod · 0.45
testMethod · 0.45

Tested by

no test coverage detected