mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
61426b8b21
commit
bfd0220126
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue