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

  1. <?php
  2. /**
  3. * @package tests
  4. */
  5. /**
  6. * func 1
  7. */
  8. function func1()
  9. {
  10. }
  11.  
  12. function func2()
  13. {
  14. }
  15.  
  16. /**
  17. * @see func1(), func2()
  18. */
  19. function func3()
  20. {
  21. }
  22. ?>