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

  1. <?php
  2. /**
  3. * @package tests
  4. */
  5. /**
  6. * tests linking to methods and vars
  7. */
  8. class a{
  9. var $a;
  10. function a(){}
  11. }
  12.  
  13. /**
  14. * test links to methods and vars
  15. *
  16. * @param integer testing
  17. * @ param integer testing
  18. * @see a::$a
  19. * @see a::a()
  20. */
  21. function aa_567059(&$test,$two){}
  22. ?>
  23.