Fixed bug #46316 (call_user_func_array php5.x differences)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304537 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-10-20 07:11:18 +00:00
parent 0a45b3310f
commit e8289cd5f6
2 changed files with 54 additions and 0 deletions

View file

@ -50,6 +50,33 @@
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>5.3.0</entry>
<entry>
The interpretation of object oriented keywords like <literal>parent</literal>
and <literal>self</literal> have changed. Previously calling them using the
double colon syntax would emit an <constant>E_STRICT</constant> warning because
they was interpreted as static.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>

View file

@ -89,6 +89,33 @@ echo $a."\n";
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>5.3.0</entry>
<entry>
The interpretation of object oriented keywords like <literal>parent</literal>
and <literal>self</literal> have changed. Previously calling them using the
double colon syntax would emit an <constant>E_STRICT</constant> warning because
they was interpreted as static.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>