Ver original$isconstruct = (!function_exists($funcname) && !defined($funcname) && preg_match('/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/', $funcname) && @eval("function $funcname() { return; }") === false);