Searched refs:InlineHTML (Results 1 – 10 of 10) sorted by relevance
1 InlineHTML node nested inside other code
7 class InlineHTML extends Stmt { class
76 $stmts = [new Stmt\InlineHTML('Hello World!', ['comments' => [$comment]])];273 $stmts = [new Stmt\InlineHTML('Hello world')];
298 if ($stmts[0] instanceof Stmt\InlineHTML) {301 if ($stmts[count($stmts) - 1] instanceof Stmt\InlineHTML) {634 if ($node instanceof Stmt\InlineHTML && !$parentFormatPreserved) {
689 …if ($i === 0 && $stmt instanceof Node\Stmt\InlineHTML && preg_match('/\A#!.*\r?\n\z/', $stmt->valu…
390 $$ = Stmt\InlineHTML[$1];
1032 * The `InlineHTML` node now has an `hasLeadingNewline` attribute, that specifies whether the1167 comment followed by InlineHTML.
1013 protected function pStmt_InlineHTML(Stmt\InlineHTML $node): string {
1508 …$self->semValue = new Stmt\InlineHTML($self->semStack[$stackPos-(1-1)], $self->getAttributes($self…
1503 …$self->semValue = new Stmt\InlineHTML($self->semStack[$stackPos-(1-1)], $self->getAttributes($self…
Completed in 77 milliseconds