Viewing File: /home/ubuntu/code_review/arcanist/src/lexer/__tests__/php/case-insensitive.txt

<?php
CLASS C EXTENDS stdClass IMPLEMENTS I {
  FUNCTION f() {
  }
}
$c = NEW C;
TRY {
  IF ($c instanceOf C) {
    ECHO __line__;
  }
} CATCH (Exception $ex) {
}

echo <<<EOT
eot;
EOT;
Back to Directory File Manager