File: example_4.php

package info (click to toggle)
drupal7-mod-libraries 2.1-3~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 284 kB
  • sloc: php: 191; pascal: 70; makefile: 32
file content (12 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

/**
 * @file
 * Test PHP file for Libraries loading.
 */

/**
 * Dummy function to see if this file was loaded.
 */
function _libraries_test_example_4() {
}