/trunk/Examples/php/pragmas/include.php
PHP | 7 lines | 3 code | 3 blank | 1 comment | 0 complexity | 40f92c77628c92c70cee887f0ccad5d3 MD5 | raw file
1<?php 2 3# This code is inserted into example.php 4echo "this is include.php\n"; 5 6 7?>
1<?php 2 3# This code is inserted into example.php 4echo "this is include.php\n"; 5 6 7?>