mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix for 19252,
thanks jc at mega-bucks dot co dot jp git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132471 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fa1157411e
commit
c3d0b2434c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.39 $ -->
|
||||
<!-- $Revision: 1.40 $ -->
|
||||
<chapter id="functions">
|
||||
<title>Functions</title>
|
||||
|
||||
|
@ -252,7 +252,7 @@ Making a cup of espresso.
|
|||
|
||||
<simpara>
|
||||
The default value must be a constant expression, not (for
|
||||
example) a variable or class member.
|
||||
example) a variable, a class member or a function call.
|
||||
</simpara>
|
||||
<para>
|
||||
Note that when using default arguments, any defaults should be on
|
||||
|
|
Loading…
Reference in a new issue