[ create a new paste ] login | about

Link: http://codepad.org/aWn4l6Gx    [ raw code | output | fork ]

PHP, pasted on Nov 21:
1
2
3
4
5
<?php

$chineseVar = "汉字/漢字''test";

echo $chineseVar;


Output:
1
汉字/漢字''test


Create a new paste based on this one


Comments: