mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
0a45b3310f
commit
e8289cd5f6
2 changed files with 54 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue