mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
shmop_write() returned false on failure, prior to PHP 8.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351726 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
83debcada4
commit
20d51bd2e3
1 changed files with 7 additions and 2 deletions
|
@ -53,8 +53,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
The size of the written <parameter>data</parameter>, or &false; on
|
||||
failure.
|
||||
The size of the written <parameter>data</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
@ -69,6 +68,12 @@
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>8.0.0</entry>
|
||||
<entry>
|
||||
Prior to PHP 8.0.0, &false; was returned on failure.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>8.0.0</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue