Sindbad~EG File Manager

Current Path : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/
Upload File :
Current File : /var/www/html/edd.sumar.com.py/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/attributes.test

Attributes
-----
<?php

#[
    A1,
    A2(),
    A3(0),
    A4(x: 1),
]
function a() {
}

#[A5]
class C {
    #[A6]
    public function m(
        #[A7] $param,
    ) {}
    #[A12]
    public $prop;
}

#[A8]
interface I {}
#[A9]
trait T {}

$x = #[A10] function() {};
$y = #[A11] fn() => 0;
new #[A13] class {};
-----
#[A1, A2, A3(0), A4(x: 1)]
function a()
{
}
#[A5]
class C
{
    #[A6]
    public function m(#[A7] $param)
    {
    }
    #[A12]
    public $prop;
}
#[A8]
interface I
{
}
#[A9]
trait T
{
}
$x = #[A10] function () {
};
$y = #[A11] fn() => 0;
new #[A13] class
{
};

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