Remove an example of a *very* bad use case for eval()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321369 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nikita Popov 2011-12-24 21:46:17 +00:00
parent 61426b8b21
commit bfd0220126

View file

@ -14,8 +14,6 @@
</methodsynopsis>
<para>
Evaluates the string given in <parameter>code_str</parameter> as PHP code.
Among other things, this can be useful for storing code in a database text
field for later execution.
</para>
<para>
There are some factors to keep in mind when using