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