Please answer this simple SPAM challenge: seven plus two? (Example: nine)
I discovered that, in addition to escaping the special regular expression characters, preg_quote() encodes the NUL byte to its octal representation:<?phpvar_dump(preg_quote("\0"));?>Output:string(4) "\000"
<< Back to user notes page