ID:               25273
 Updated by:       [EMAIL PROTECTED]
 Reported By:      dizza at students dot ru
-Status:           Open
+Status:           Closed
 Bug Type:         Zend Engine 2 problem
 Operating System: FreeBSD 5.1
 PHP Version:      5.0.0b1 (beta1)
 New Comment:

Seems to work with latest CVS.




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

[2003-08-27 10:01:25] dizza at students dot ru

Description:
------------
When specifying class name in the function parameter list 
and pass parameter by reference it causes segmentation 
fault. 

Reproduce code:
---------------
include_once "ClassName.php"

function test( ClassName &cn ) {

}

$cn = new ClassName();
test( $cn );

Expected result:
----------------
segmentation fault 



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


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

Reply via email to