PageRenderTime 167ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/php/using1_runme.php

#
PHP | 9 lines | 7 code | 2 blank | 0 comment | 2 complexity | 23c1e5b5ae17ce48c91be46e631a62e5 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. <?php
  2. require "tests.php";
  3. require "using1.php";
  4. if (! class_exists("_fooimpl")) die("_fooimpl class not found\n");
  5. if (! 3==spam(3)) die("spam function not working right\n");
  6. check::done();
  7. ?>