php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3186 oop crazyness
Submitted: 2000-01-12 00:09 UTC Modified: 2002-09-30 20:42 UTC
From: zerodiv at zerodivide dot net Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.14 OS: all
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: zerodiv at zerodivide dot net
New email:
PHP Version: OS:

 

 [2000-01-12 00:09 UTC] zerodiv at zerodivide dot net
<?php

class MyClass {
}
class MyOtherClass {
	Function MyOtherClass() {
		$this = new MyClass();
	}
}

$foo = new MyOtherClass();

//
// Please note that i'm not expecting this to work as
// much as i did a what if i do this analysis 
//
?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-30 20:42 UTC] hholzgra@php.net
works fine in 4.2.3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 10:01:30 2024 UTC