%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/geotechnics/api/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/
Upload File :
Create Path :
Current File : /var/www/html/geotechnics/api/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/properties.test

Class properties
-----
<?php

class A
{
    public $a;
    public string $b;
    protected static ?float $c = 5.0;
    private static ?self $d;
}
-----
!!php7
class A
{
    public $a;
    public string $b;
    protected static ?float $c = 5.0;
    private static ?self $d;
}

Zerion Mini Shell 1.0