mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixing protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114841 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b5cb90da50
commit
63d1500234
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/info.xml, last change in rev 1.51 -->
|
||||
<refentry id="function.assert">
|
||||
<refnamediv>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>assert</methodname>
|
||||
<methodparam><type>string|bool</type><parameter>assertion</parameter></methodparam>
|
||||
<methodparam><type>mixed</type><parameter>assertion</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>assert</function> will check the given
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.get-magic-quotes-runtime">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>long</type><methodname>get_magic_quotes_runtime</methodname>
|
||||
<type>int</type><methodname>get_magic_quotes_runtime</methodname>
|
||||
<void/>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.set-magic-quotes-runtime">
|
||||
<refnamediv>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>long</type><methodname>set_magic_quotes_runtime</methodname>
|
||||
<type>bool</type><methodname>set_magic_quotes_runtime</methodname>
|
||||
<methodparam><type>int</type><parameter>new_setting</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue