Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/
Upload File :
Current File : //home/proudlyafrican/www/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/class_const.test

Class constants
-----
<?php

class Foo
{
    const A = 1, B = 2;
    public const C = 3, D = 4;
    protected const E = 5, F = 6;
    private const G = 7, H = 8;
}
-----
!!php7
class Foo
{
    const A = 1, B = 2;
    public const C = 3, D = 4;
    protected const E = 5, F = 6;
    private const G = 7, H = 8;
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]