home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 December / PCWorld_2000-12_cd.bin / Software / Topware / scrworx / _SETUP.1 / php.slf < prev    next >
Text File  |  2000-07-13  |  206b  |  16 lines

  1. <?php
  2.  
  3. /*******************
  4. This is a comment
  5. ********************/
  6. function foo( $bar ) {
  7.   $x = 1;
  8.  
  9.   $s = 'string';
  10.  
  11.   echo "test \"$test\"\n
  12.   \t and this is all text!";           
  13.  
  14. }
  15.  
  16. ?>