PHP Classes

File: test/expect/test_javascript_string_escaping.php.txt

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Forms Class with HTML Generator and JavaScript Validation   test/expect/test_javascript_string_escaping.php.txt   Download  
File: test/expect/test_javascript_string_escaping.php.txt
Role: Auxiliary data
Content type: text/plain
Description: Expected ouput of the test to verify the escaping of Javascript strings.
Class: PHP Forms Class with HTML Generator and JavaScript Validation
HTML forms generation and validation.
Author: By
Last change: Fixed the path.
Date: 16 years ago
Size: 214 bytes
 

Contents

Class file image Download
'' '\n' '\r' '\t' unescape('%3c') '%' '\'' '\\' unescape('%a0') '\n'+unescape('%3c') unescape('%3c%25') unescape('%3c\'') unescape('%3c\\') unescape('%3c\n') unescape('%3c\r') unescape('%3c\t') ' '+unescape('%3c')