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:
PHP Script  |  2004-03-24  |  242 b   |  15 lines

  1. <?php
  2.  
  3. /** @package tests */
  4. /** tests */
  5. function test_escape()
  6. {
  7.     if (('"'==$char || "'"==$char) && ($char == $enclosed_by || ""==$enclosed_by) && (0==$i || ($i>0 && "\\"!=$code[$i-1]))) {
  8.     }
  9. }
  10.  
  11. function test_escape2()
  12. {
  13. }
  14. ?>
  15.