%PDF- %PDF-
Direktori : /var/www/html/sljcon/vendor/nikic/php-parser/test/code/prettyPrinter/expr/ |
Current File : /var/www/html/sljcon/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)();