Edit report at https://bugs.php.net/bug.php?id=65054&edit=1

 ID:                 65054
 Updated by:         ras...@php.net
 Reported by:        stefanmruk at yahoo dot co dot uk
 Summary:            Call-time pass-by-reference has been removed
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            Scripting Engine problem
 Operating System:   linux
 PHP Version:        5.4.16
 Block user comment: N
 Private report:     N

 New Comment:

Sorry, this is not a support forum.


Previous Comments:
------------------------------------------------------------------------
[2013-06-18 03:46:33] stefanmruk at yahoo dot co dot uk

Description:
------------
Why


Test script:
---------------
if ( method_exists( $obj, "init" ) )
if(PHP_VERSION_ID < 50000 )
 $obj->init(&$this);
  else
 $obj->init($this);



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



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

Reply via email to