/trunk/Examples/php/pragmas/include.php

# · PHP · 7 lines · 3 code · 3 blank · 1 comment · 0 complexity · 40f92c77628c92c70cee887f0ccad5d3 MD5 · raw file

  1. <?php
  2. # This code is inserted into example.php
  3. echo "this is include.php\n";
  4. ?>