File: issue_112.php

package info (click to toggle)
phploc 7.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 556 kB
  • sloc: php: 2,383; xml: 121; makefile: 22
file content (5 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (5)
1
2
3
4
5
<?php

$container['test.key'] = function() {
    echo 'Test';
};