Export to GitHub

phpobfuscator - issue #9

Bug?


Posted on Sep 26, 2007 by Happy Panda

Encoding this regular expression on a compex page:

$pattern = array("’\/*.*\/’si", "’<\?.?\?>’si", "’<%.?%>’si", "’<img[^>]?>.*?’si"); $tmp=preg_replace($pattern, $replace, $mystring);

my encoded php is truncated, it seems a bug...

Tnx for this great encoder!

webmaster76

Status: New

Labels:
Type-Defect Priority-Medium