| Current Path : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/code/formatPreservation/ |
| Current File : /var/www/html/edd.sumar.com.py/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;
}
}