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

# · PHP · 14 lines · 8 code · 3 blank · 3 comment · 0 complexity · 8e9cde8f61c92920d1a212c38f5b0fe9 MD5 · raw file

  1. <?php
  2. require "tests.php";
  3. require "arrayptr.php";
  4. // No new functions
  5. check::functions(array(foo));
  6. // No new classes
  7. check::classes(array());
  8. // now new vars
  9. check::globals(array());
  10. check::done();
  11. ?>