mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix #72656: Object destructor called before constructor
We just need to document PHP's eager evaluation strategy; the rest is already documented.
This commit is contained in:
parent
3926279f82
commit
06126805f4
1 changed files with 2 additions and 1 deletions
|
@ -175,7 +175,8 @@ function recursion($a)
|
|||
<simpara>
|
||||
Information may be passed to functions via the argument list,
|
||||
which is a comma-delimited list of expressions. The arguments are
|
||||
evaluated from left to right.
|
||||
evaluated from left to right, before the function is actually called
|
||||
(<emphasis>eager</emphasis> evaluation).
|
||||
</simpara>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue