Pattern: Use of eval()
Issue: -
Used when you use the eval()
function, to discourage its usage. It's usage may have negative readability, performance and security implications, especially if you accept strings from untrusted or unknown sources.
PHP has features that gives possibility to avoid using eval()
in most cases.