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:
Peter Cowburn 2009-08-01 12:01:14 +00:00
parent 9b80342788
commit 1de8135340

View file

@ -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;