home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / bug-540368.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  359 b   |  24 lines

  1. <?php
  2. /** @package tests */
  3. /** @package tests */
  4. class summary_form
  5. {
  6.     var $dp;
  7.     /**
  8.     *
  9.     * @see function blah
  10.     */
  11.     function get_header2($atate)
  12.     {
  13.         $header2 .= '\'>First Page</a></td>';
  14.     }
  15.     // confuses parser into thinking that the 2nd function blah() is a member of class summary_form
  16.     function blah()
  17.     {
  18.     }
  19. }
  20. function blah()
  21. {
  22. }
  23. ?>
  24.