parser/phpast/samples/try.php

7 lines
57 B
PHP
Raw Normal View History

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