parse opent echo tag

This commit is contained in:
z7zmey
2017-12-01 18:40:00 +02:00
parent 880749fbda
commit e7579c4e05
3 changed files with 17 additions and 5 deletions

View File

@@ -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 ?>