File: file.php

package info (click to toggle)
linkchecker 10.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,132 kB
  • sloc: python: 13,154; makefile: 134; sh: 71; xml: 36; sql: 20; javascript: 19; php: 2
file content (4 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (5)
1
2
3
4
<a href="anchor.html">Bla</a>
<!-- URLs with processing instructions are ignored -->
<a href="test_<? echo $module ?>">PHP 1</a>
<a href="test_<?php echo $module ?>">PHP 2</a>