Sindbad~EG File Manager

Current Path : /proc/self/cwd/vendor/nikic/php-parser/test/code/formatPreservation/
Upload File :
Current File : //proc/self/cwd/vendor/nikic/php-parser/test/code/formatPreservation/listInsertionIndentation.test

Check correct indentation use when inserting into list node
-----
<?php
$this->foo = new Foo;
$this->foo->a()
          ->b();
-----
$outerCall = $stmts[1]->expr;
$innerCall = $outerCall->var;
$var = $innerCall->var;
$stmts[1]->expr = $innerCall;
$stmts[2] = new Stmt\Expression(new Expr\MethodCall($var, $outerCall->name));
-----
<?php
$this->foo = new Foo;
$this->foo->a();
$this->foo->b();

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