home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2004 June
/
ENTER.ISO
/
files
/
xampp-win32-1.4.5-installer.exe
/
xampp
/
bug-eofquotes.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
|
234 b
|
24 lines
<?php
/**
*
* @package tests
*/
/** tests */
function test_eofquotes ()
{
}
echo <<< EOF
This shouldn't be parsed
function bob ()
{
}
EOF;
$string = <<< EOF
This shouldn't be parsed
function bob ()
{
}
EOF;
?>