1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix typo: simparapara -> simpara in StreamBucket (#5395)

This commit is contained in:
KentarouTakeda
2026-02-28 22:51:10 +09:00
committed by GitHub
parent 02bee41067
commit a7be7e9abb

View File

@@ -57,28 +57,28 @@
<varlistentry xml:id="streambucket.props.bucket">
<term>resource <varname>bucket</varname></term>
<listitem>
<simparapara>A <literal>userfilter.bucket</literal> resource.</simparapara>
<simpara>A <literal>userfilter.bucket</literal> resource.</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="streambucket.props.data">
<term>string <varname>data</varname></term>
<listitem>
<simparapara>The current string in the bucket.</simparapara>
<simpara>The current string in the bucket.</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="streambucket.props.datalen">
<term>int <varname>datalen</varname></term>
<listitem>
<simparapara>
<simpara>
The length of the string in the bucket.
Deprecated as of PHP 8.4 in favor of <literal>StreamBucket::$dataLength</literal>.
</simparapara>
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="streambucket.props.dataLength">
<term>int <varname>dataLength</varname></term>
<listitem>
<simparapara>The length of the string in the bucket.</simparapara>
<simpara>The length of the string in the bucket.</simpara>
</listitem>
</varlistentry>
</variablelist>