%PDF- %PDF-
Mini Shell

Mini Shell

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

Uniform variable syntax
-----
<?php

(function() {})();
array('a', 'b')()();
A::$b::$c;
$A::$b[$c]();
$A::{$b[$c]}();
A::$$b[$c]();
($a->b)();
(A::$b)();
-----
!!php7
(function () {
})();
array('a', 'b')()();
A::$b::$c;
$A::$b[$c]();
$A::{$b[$c]}();
A::${$b}[$c]();
($a->b)();
(A::$b)();

Zerion Mini Shell 1.0