mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181342 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ad5631260e
commit
fe51e4019e
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.get-magic-quotes-gpc">
|
||||
<refnamediv>
|
||||
|
@ -22,9 +22,9 @@
|
|||
<note>
|
||||
<para>
|
||||
If the directive <link linkend="ini.magic-quotes-sybase">
|
||||
magic_quotes_sybase</link> is ON it will completely
|
||||
override <parameter>magic_quotes_gpc</parameter>. So even
|
||||
when <function>get_magic_quotes</function> returns
|
||||
magic_quotes_sybase</link> is ON it will completely override
|
||||
<link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link>. So even
|
||||
when <function>get_magic_quotes_gpc</function> returns
|
||||
&true; neither double quotes, backslashes or NUL's will
|
||||
be escaped. Only single quotes will be escaped. In this
|
||||
case they'll look like: <emphasis>''</emphasis>
|
||||
|
|
Loading…
Reference in a new issue