Remove obsolete PHP 5 specific info

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351196 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-11-03 16:49:50 +00:00
parent 46a0d3708e
commit aa0b16c829
2 changed files with 2 additions and 4 deletions

View file

@ -150,8 +150,7 @@
<para>
<function>mktime</function> returns the Unix timestamp of the arguments
given.
If the arguments are invalid, the function returns &false; (before PHP 5.1
it returned <literal>-1</literal>).
If the arguments are invalid, the function returns &false;.
</para>
</refsect1>

View file

@ -62,8 +62,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a timestamp on success, &false; otherwise. Previous to PHP 5.1.0,
this function would return <literal>-1</literal> on failure.
Returns a timestamp on success, &false; otherwise.
</para>
</refsect1>