home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 June
/
PCpro_2005_06.ISO
/
files
/
opensource
/
xamp
/
xampp-win32.exe
/
xampp
/
bug-554712.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2004-03-24
|
179 b
|
18 lines
<?php
/**
* @package tests
*/
/**
* returns a reference
*/
function &returnsme()
{
}
/**
* passes a variable by reference
*/
function passbyref(&$varname)
{
}
?>