Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16964 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49765 invoked by uid 1010); 28 Jun 2005 14:46:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 49742 invoked from network); 28 Jun 2005 14:46:25 -0000 Received: from unknown (HELO elateral.com) (127.0.0.1) by localhost with SMTP; 28 Jun 2005 14:46:25 -0000 Received: from ([127.0.0.1:19884]) by pb1.pair.com (ecelerity 1.2 r(5656M)) with ECSTREAM id F3/AE-00424-0C261C24 for ; Tue, 28 Jun 2005 10:46:25 -0400 X-Host-Fingerprint: 64.233.184.199 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.199:23972] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id E7/FF-00424-49DE0C24 for ; Tue, 28 Jun 2005 02:26:28 -0400 Received: by wproxy.gmail.com with SMTP id i21so553245wra for ; Mon, 27 Jun 2005 23:26:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ndqomlsMFmRuCZmSGa7vab/GlcUMwh+r6xJjKchdFDRcZMyaFnwgMWJVLOUNqoP68cplcRwarwYcS17Y8wUhtEYTM2rf1IhT4MSTg5sgjVNAXGrp4MstLovSj4kmQYMVUGqhovbz0lZIXyEGCP4CMPO0HbIXHQGQmmaezVLyjIQ= Received: by 10.54.15.15 with SMTP id 15mr12977wro; Mon, 27 Jun 2005 23:26:24 -0700 (PDT) Received: by 10.54.51.39 with HTTP; Mon, 27 Jun 2005 23:26:24 -0700 (PDT) Message-ID: <65530d4805062723261ef6c7be@mail.gmail.com> Date: Tue, 28 Jun 2005 00:26:24 -0600 Reply-To: Jesse Binam To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Object execution From: sirbinam@gmail.com (Jesse Binam) Any thoughts on the idea of a magic method called "__main()" or "__exec()" that would be called if the script being executed is a class.