|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-30 20:42 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 07 10:00:02 2025 UTC |
<?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 // ?>