mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fixes #44956 (stripslashes() removes slashes not added by addslashes())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264833 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e85f3ac16b
commit
d63fba7d2f
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.stripslashes">
|
||||
<refnamediv>
|
||||
<refname>stripslashes</refname>
|
||||
<refpurpose>Un-quote string quoted with <function>addslashes</function></refpurpose>
|
||||
<refpurpose>Un-quote string quoted</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
Loading…
Reference in a new issue