Sindbad~EG File Manager

Current Path : /proc/self/cwd/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/
Upload File :
Current File : //proc/self/cwd/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/multiCatch.test

Multi catch
-----
<?php
try {
    $x;
} catch (X|Y $e1) {
    $y;
} catch (\A|B\C $e2) {
    $z;
}
-----
!!php7
try {
    $x;
} catch (X|Y $e1) {
    $y;
} catch (\A|B\C $e2) {
    $z;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists