example_2.php 221 B

123456789101112131415
  1. <?php
  2. /**
  3. * @file
  4. * Test PHP file for Libraries loading.
  5. */
  6. // @see _libraries_require_once()
  7. $path = 'abc';
  8. /**
  9. * Dummy function to see if this file was loaded.
  10. */
  11. function _libraries_test_module_example_2() {
  12. }