/trunk/Examples/test-suite/php/arrayptr_runme.php
# · PHP · 14 lines · 8 code · 3 blank · 3 comment · 0 complexity · 8e9cde8f61c92920d1a212c38f5b0fe9 MD5 · raw file
- <?php
- require "tests.php";
- require "arrayptr.php";
- // No new functions
- check::functions(array(foo));
- // No new classes
- check::classes(array());
- // now new vars
- check::globals(array());
- check::done();
- ?>