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 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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-26 14:56 UTC] andi at cvs dot php dot net
Hopefully supported now.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 08:01:29 2025 UTC