php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2889 Pass expression by reference.
Submitted: 1999-12-01 21:07 UTC Modified: 2000-02-01 14:16 UTC
From: tim at go dot ro Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 3 OS: Linux maybe others
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tim at go dot ro
New email:
PHP Version: OS:

 

 [1999-12-01 21:07 UTC] tim at go dot ro
This script gives me a warning in 3.0.x, but in beta3 sigsegv or returns no data.

<?
   function bla(&$param) {}

   bla("foo");   
   echo "bar";
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-01 14:16 UTC] andi at cvs dot php dot net
I can't reproduce this with the latest CVS. Please try it or wait for Beta 4.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 19:01:34 2024 UTC