MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / demo

Method demo

examples/demo.php:959–965  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

957class StringInterpolationDemo
958{
959 public function demo(): void
960 {
961 $pen = new Pen('blue');
962 echo "Ink is {$pen->color()}"; // brace interpolation — full completion
963 echo "Tool: $pen->ink"; // simple interpolation
964 echo 'no $pen-> here'; // single-quoted — suppressed
965 }
966}
967
968

Callers

nothing calls this directly

Calls 1

colorMethod · 0.80

Tested by

no test coverage detected