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
 [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 27 06:01:30 2024 UTC