ID: 13353
Updated by: jeroen
Reported By: [EMAIL PROTECTED]
Old Status: Closed
Status: Bogus
Bug Type: Variables related
Operating System: win 98 box
PHP Version: 4.0.4pl1
Previous Comments:
------------------------------------------------------------------------
[2001-09-17 16:26:15] [EMAIL PROTECTED]
I am not sure if this is a bug or php is just not built to handle something like this,
but when i call a function like this:
function
EchoContent($BarName="Error",$body="error.inc",$topheight="100",$width=$menuwidth){
it causes an error! you cant assign a variable within the function call.
i would have to re-do it like this for it not to cause an error.
function
EchoContent($BarName="Error",$body="error.inc",$topheight="100",$width="100"){
I am sure you can see the benefits of using the top version.
Knight
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=13353&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]