"\90" != chr(90)
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

"\90" != chr(90)

From: yawnmoth <terra1024@yahoo.com>
Date: Wed Jan 04 2006 - 23:19:01 CET

Obviously, "\9" equals chr(9), but what would equal chr(90)? "\90"
doesn't. Rather, "\90" seems to be equal to chr(9).chr(0). So what
could I do to get chr(90) using escaped numbers?
Received on Tue Jan 17 16:52:49 2006