parse opent echo tag
This commit is contained in:
12
example.php
12
example.php
@@ -13,4 +13,14 @@ abstract class Foo extends Bar implements Buz, Buzz {
|
||||
public function &test(bool $a, string $b = null): ?void {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ($a === true) {
|
||||
} elseif ($a === false) {
|
||||
} elseif ($a === null) {
|
||||
} else {
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
<?= $b; $b ?>
|
||||
Reference in New Issue
Block a user