php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1864 Scripting Engine problem
Submitted: 1999-07-24 21:39 UTC Modified: 1999-07-26 14:56 UTC
From: fjord at diku dot dk Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 1 OS: Redhat Linux 6.0
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fjord at diku dot dk
New email:
PHP Version: OS:

 

 [1999-07-24 21:39 UTC] fjord at diku dot dk
// The following results in a parse error:

class foo {
    var $test;
}

function bar () {
    return new foo;
}

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-26 14:56 UTC] andi at cvs dot php dot net
Hopefully supported now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 01:01:28 2024 UTC