PageRenderTime 67ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/bin/PHP-Parser-2.1.0/lib/PhpParser/Node/Expr/AssignOp/Pow.php

https://bitbucket.org/photocrati/nextgen-gallery
PHP | 9 lines | 6 code | 3 blank | 0 comment | 0 complexity | 9ac05b57e1d5e32f111bac3987cff98c MD5 | raw file
Possible License(s): GPL-2.0, BSD-3-Clause
  1. <?php
  2. namespace PhpParser\Node\Expr\AssignOp;
  3. use PhpParser\Node\Expr\AssignOp;
  4. class Pow extends AssignOp
  5. {
  6. }