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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
15 + 43 = ?
Subscribe to this entry?

 
 [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 Jul 02 13:01:34 2025 UTC