mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixes #47084 Document mktime() E_STRICT with no arguments
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286620 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9b80342788
commit
1de8135340
1 changed files with 19 additions and 0 deletions
|
@ -32,6 +32,17 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<note>
|
||||
<para>
|
||||
As of PHP 5.1, when called with no arguments, <function>mktime</function>
|
||||
throws an <constant>E_STRICT</constant> notice: use the
|
||||
<function>time</function> function instead.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
<para>
|
||||
|
@ -161,6 +172,14 @@
|
|||
as zero.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.1.0</entry>
|
||||
<entry>
|
||||
When called with no arguments, <function>mktime</function> throws
|
||||
<constant>E_STRICT</constant> notice. Use the
|
||||
<function>time</function> function instead.
|
||||
</entry>
|
||||
</row>
|
||||
|
||||
&date.timezone.errors.changelog;
|
||||
|
||||
|
|
Loading…
Reference in a new issue