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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: stefanmruk at yahoo dot co dot uk
New email:
PHP Version: OS:

 

 [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 18:01:28 2025 UTC