PageRenderTime 50ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

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

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