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

  1. <?php
  2. /**
  3. * @package tests
  4. */
  5. /**
  6. * returns a reference
  7. */
  8. function &returnsme()
  9. {
  10. }
  11.  
  12. /**
  13. * passes a variable by reference
  14. */
  15. function passbyref(&$varname)
  16. {
  17. }
  18. ?>