fix some protos and typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158099 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes
2004-05-06 15:35:04 +00:00
parent be0a936d2e
commit 082f07dd74
5 changed files with 15 additions and 17 deletions
@@ -1,18 +1,18 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.ArrayObject-offsetSet">
<refnamediv>
<refname>ArrayObject::offsetSet</refname>
<refpurpose>
Sets the value at the specified $index to $newval.
Sets the value at the specified $index to $newval
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>void</type><methodname>ArrayObject::offsetSet</methodname>
<methodparam><type>mixed</type><parameter>$index</parameter></methodparam>
<methodparam><type>mixed</type><parameter>$newval</parameter></methodparam>
<methodparam><type>mixed</type><parameter>index</parameter></methodparam>
<methodparam><type>mixed</type><parameter>newval</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;