ID:               15977
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: Linux
 PHP Version:      4.1.1
 New Comment:

The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


Previous Comments:
------------------------------------------------------------------------

[2002-03-09 19:15:02] [EMAIL PROTECTED]

This is very weird, as my backgroud is delphi/pascal, function with
passing by reference is efficient for string parameter. PHP supports
this (?), but if we forget passing with value, (i think) compiler is
crash, nothing shown in the screen, even error_reporting set E_ALL.
Let's see modified sample from manual:

function foo (&$var)
{
        $var++;
}

foo(5);

Any clue ? TIA.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15977&edit=1

Reply via email to