php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65054 Call-time pass-by-reference has been removed
Submitted: 2013-06-18 03:46 UTC Modified: 2013-06-18 03:51 UTC
From: stefanmruk at yahoo dot co dot uk Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 5.4.16 OS: linux
Private report: No CVE-ID: None
 [2013-06-18 03:46 UTC] 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);


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-06-18 03:51 UTC] rasmus@php.net
-Status: Open +Status: Not a bug
 [2013-06-18 03:51 UTC] rasmus@php.net
Sorry, this is not a support forum.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Apr 23 22:01:29 2025 UTC