MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / phpString

Function phpString

static/plugins/codemirror/mode/php/php.js:33–35  ·  view source on GitHub ↗
(closing, escapes)

Source from the content-addressed store, hash-verified

31 };
32 }
33 function phpString(closing, escapes) {
34 return function(stream, state) { return phpString_(stream, state, closing, escapes); };
35 }
36 function phpString_(stream, state, closing, escapes) {
37 // "Complex" syntax
38 if (escapes !== false && stream.match("${", false) || stream.match("{$", false)) {

Callers 2

matchSequenceFunction · 0.85
php.jsFile · 0.85

Calls 1

phpString_Function · 0.85

Tested by

no test coverage detected