[ Index ]
 

Code source de SPIP Agora 1.4

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Agora1-4/safehtml-1.3.7/tests/ -> testcase_chr.php (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   2      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   3  
   4  <html>
   5      <head>
   6          <title></title>
   7  
   8          <meta http-equiv = "content-type" content = "text/html; charset=utf-8"/>
   9      </head>
  10  
  11      <body>
  12          <?php
  13  
  14          //This file is for tests - which characters treats by clients as BAD.
  15  
  16          for ($i = 1; $i < 256; $i++) {
  17              echo chr($i);
  18          }
  19  
  20          echo chr(0);
  21          ?>
  22  
  23      </body>
  24  </html>


Généré le : Sat Feb 24 14:40:03 2007 par Balluche grâce à PHPXref 0.7