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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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 21:01:27 2025 UTC