| Current Path : /proc/self/cwd/vendor/nikic/php-parser/test/code/formatPreservation/ |
| Current File : //proc/self/cwd/vendor/nikic/php-parser/test/code/formatPreservation/traitAlias.test |
Trait alias
-----
<?php
class X {
use T {
exit
as die;
}
}
-----
/* do nothing */
-----
<?php
class X {
use T {
exit
as die;
}
}