function eeval($string)
{
$result = @eval($string);
if( isset($php_errormsg) )
throw new Exception($php_errormsg);
return $result;
}
Related posts:
function eeval($string)
{
$result = @eval($string);
if( isset($php_errormsg) )
throw new Exception($php_errormsg);
return $result;
}
Related posts: