example_3.php 171 B

123456789101112
  1. <?php
  2. /**
  3. * @file
  4. * Test PHP file for Libraries loading.
  5. */
  6. /**
  7. * Dummy function to see if this file was loaded.
  8. */
  9. function _libraries_test_module_example_3() {
  10. }