parser/phpast/samples/try.php
2022-08-04 00:41:27 +01:00

7 lines
57 B
PHP

<?php
try {
} catch (Exception | Throwable $e) {
}