PageRenderTime 68ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/php/parsing/isset.php

http://github.com/facebook/pfff
PHP | 5 lines | 3 code | 2 blank | 0 comment | 1 complexity | 14b44114e4724bad20a2ca5903a5bb36 MD5 | raw file
Possible License(s): LGPL-2.1, GPL-2.0, LGPL-2.0, Apache-2.0
  1. <?php
  2. if (isset(head($result)["data"]["actor.id"])) {
  3. }