ID: 3186
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: Reproducible Crash
Operating System: all
PHP Version: 3.0.14
New Comment:
works fine in 4.2.3
Previous Comments:
------------------------------------------------------------------------
[2000-01-12 00:09:51] [EMAIL PROTECTED]
<?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
//
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=3186&edit=1