home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2004 June
/
ENTER.ISO
/
files
/
xampp-win32-1.4.5-installer.exe
/
xampp
/
bug-escaping.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
|
242 b
|
15 lines
<?php
/** @package tests */
/** tests */
function test_escape()
{
if (('"'==$char || "'"==$char) && ($char == $enclosed_by || ""==$enclosed_by) && (0==$i || ($i>0 && "\\"!=$code[$i-1]))) {
}
}
function test_escape2()
{
}
?>